Html Css Color HEX #885AAF Deep Lilac

📋 copy color: '#885AAF'

red 136 ◦ green 90 ◦ blue 175

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

Shades of Deep Lilac #885AAF

Tints of Deep Lilac #885AAF

RGB

 RED value IS 136 (53.52% from 255) = 33.92%

 GREEN value IS 90 (35.55% from 255) = 22.44%

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

R = 33.92%
G = 22.44%
B = 43.64%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#885AAF (or 0x885AAF) is known color: Deep Lilac. HEX triplet: 88, 5A and AF. RGB value is (136,90,175). Sum of RGB (Red+Green+Blue) = 136+90+175=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #885AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885AAF is #77A550. Grayscale: #717171. Windows color (decimal): -7841105 or 11491976. OLE color: 11491976.

HSL color Cylindrical-coordinate representation of color #885AAF: hue angle of 272.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885AAF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 90 175 -
CMYK 0.22 0.49 0 0.31
HSL 272.47º 0.35% 0.52% -
HSV(B) 272.47º 0.49% 0.69% -
XYZ 21.55 15.64 42.44 -
YUV 113.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 136 90 175 0.22 0.49 0 0.31 272.47 0.35 0.52
Hex 88 5A AF 16 31 0 1F 110 23 34
Octal 210 132 257 26 61 0 37 420 43 64
Binary 10001000 1011010 10101111 10110 110001 0 11111 100010000 100011 110100

Color Harmonies of #885AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AAF

Black with #885AAF

Text Example


Text Example

White with #885AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885AAF; }

 p { color: rgb(136,90,175); }

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

background-color css

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

 a { background-color: rgb(136,90,175); }

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

border-color css

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

 span { border-color: rgb(136,90,175); }

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