Html Css Color HEX #A58EAC East Side

📋 copy color: '#A58EAC'

red 165 ◦ green 142 ◦ blue 172

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

Shades of East Side #A58EAC

Tints of East Side #A58EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 34.45%
G = 29.65%
B = 35.91%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A58EAC (or 0xA58EAC) is known color: East Side. HEX triplet: A5, 8E and AC. RGB value is (165,142,172). Sum of RGB (Red+Green+Blue) = 165+142+172=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #A58EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58EAC is #5A7153. Grayscale: #989898. Windows color (decimal): -5927252 or 11308709. OLE color: 11308709.

HSL color Cylindrical-coordinate representation of color #A58EAC: hue angle of 286º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A58EAC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 142 172 -
CMYK 0.04 0.17 0 0.33
HSL 286º 0.15% 0.62% -
HSV(B) 286º 0.17% 0.67% -
XYZ 32.64 30.32 43.16 -
YUV 152.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 165 142 172 0.04 0.17 0 0.33 286 0.15 0.62
Hex A5 8E AC 4 11 0 21 11E F 3E
Octal 245 216 254 4 21 0 41 436 17 76
Binary 10100101 10001110 10101100 100 10001 0 100001 100011110 1111 111110

Color Harmonies of #A58EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EAC

Black with #A58EAC

Text Example


Text Example

White with #A58EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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