Html Css Color HEX #A58BAF East Side

📋 copy color: '#A58BAF'

red 165 ◦ green 139 ◦ blue 175

#A58BAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A58BAF

Tints of East Side #A58BAF

RGB

 RED value IS 165 (64.84% from 255) = 34.45%

 GREEN value IS 139 (54.69% from 255) = 29.02%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 34.45%
G = 29.02%
B = 36.53%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A58BAF (or 0xA58BAF) is known color: East Side. HEX triplet: A5, 8B and AF. RGB value is (165,139,175). Sum of RGB (Red+Green+Blue) = 165+139+175=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #A58BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58BAF is #5A7450. Grayscale: #969696. Windows color (decimal): -5928017 or 11504549. OLE color: 11504549.

HSL color Cylindrical-coordinate representation of color #A58BAF: hue angle of 283.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A58BAF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 139 175 -
CMYK 0.06 0.21 0 0.31
HSL 283.33º 0.18% 0.62% -
HSV(B) 283.33º 0.21% 0.69% -
XYZ 32.49 29.56 44.55 -
YUV 150.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 165 139 175 0.06 0.21 0 0.31 283.33 0.18 0.62
Hex A5 8B AF 6 15 0 1F 11B 12 3E
Octal 245 213 257 6 25 0 37 433 22 76
Binary 10100101 10001011 10101111 110 10101 0 11111 100011011 10010 111110

Color Harmonies of #A58BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BAF

Black with #A58BAF

Text Example


Text Example

White with #A58BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BAF; }

 p { color: rgb(165,139,175); }

 H1.HeaderClassName
 {
   color: #A58BAF;
 }
 .AnyTagClassName
 {
   color: #A58BAF;
 }
</style>

background-color css

<style>
 a { background-color: #A58BAF; }

 a { background-color: rgb(165,139,175); }

 div.DivClassName
 {
   background-color: #A58BAF;
 }
 .BgClassName
 {
   background-color: #A58BAF;
 }
</style>

border-color css

<style>
 span { border-color: #A58BAF; }

 span { border-color: rgb(165,139,175); }

 td.TdClassName
 {
   border-color: #A58BAF;
 }
 .TagClassName
 {
   border-color: #A58BAF;
 }
</style>