Html Css Color HEX #A58EAF East Side

📋 copy color: '#A58EAF'

red 165 ◦ green 142 ◦ blue 175

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

Shades of East Side #A58EAF

Tints of East Side #A58EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.46%

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

R = 34.23%
G = 29.46%
B = 36.31%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A58EAF (or 0xA58EAF) is known color: East Side. HEX triplet: A5, 8E and AF. RGB value is (165,142,175). Sum of RGB (Red+Green+Blue) = 165+142+175=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #A58EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58EAF is #5A7150. Grayscale: #989898. Windows color (decimal): -5927249 or 11505317. OLE color: 11505317.

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

Color convert

RGB 165 142 175 -
CMYK 0.06 0.19 0 0.31
HSL 281.82º 0.17% 0.62% -
HSV(B) 281.82º 0.19% 0.69% -
XYZ 32.93 30.44 44.7 -
YUV 152.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 165 142 175 0.06 0.19 0 0.31 281.82 0.17 0.62
Hex A5 8E AF 6 13 0 1F 11A 11 3E
Octal 245 216 257 6 23 0 37 432 21 76
Binary 10100101 10001110 10101111 110 10011 0 11111 100011010 10001 111110

Color Harmonies of #A58EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EAF

Black with #A58EAF

Text Example


Text Example

White with #A58EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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