Html Css Color HEX #AC5ABC Deep Lilac

📋 copy color: '#AC5ABC'

red 172 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #AC5ABC

Tints of Deep Lilac #AC5ABC

RGB

 RED value IS 172 (67.58% from 255) = 38.22%

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 38.22%
G = 20%
B = 41.78%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC5ABC (or 0xAC5ABC) is known color: Deep Lilac. HEX triplet: AC, 5A and BC. RGB value is (172,90,188). Sum of RGB (Red+Green+Blue) = 172+90+188=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ABC is #53A543. Grayscale: #7D7D7D. Windows color (decimal): -5481796 or 12343980. OLE color: 12343980.

HSL color Cylindrical-coordinate representation of color #AC5ABC: hue angle of 290.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5ABC is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 90 188 -
CMYK 0.09 0.52 0 0.26
HSL 290.2º 0.42% 0.55% -
HSV(B) 290.2º 0.52% 0.74% -
XYZ 29.75 19.71 49.81 -
YUV 125.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 172 90 188 0.09 0.52 0 0.26 290.2 0.42 0.55
Hex AC 5A BC 9 34 0 1A 122 2A 37
Octal 254 132 274 11 64 0 32 442 52 67
Binary 10101100 1011010 10111100 1001 110100 0 11010 100100010 101010 110111

Color Harmonies of #AC5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5ABC

Black with #AC5ABC

Text Example


Text Example

White with #AC5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5ABC; }

 p { color: rgb(172,90,188); }

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

background-color css

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

 a { background-color: rgb(172,90,188); }

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

border-color css

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

 span { border-color: rgb(172,90,188); }

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