Html Css Color HEX #A04CAF Deep Lilac

📋 copy color: '#A04CAF'

red 160 ◦ green 76 ◦ blue 175

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

Shades of Deep Lilac #A04CAF

Tints of Deep Lilac #A04CAF

RGB

 RED value IS 160 (62.89% from 255) = 38.93%

 GREEN value IS 76 (30.08% from 255) = 18.49%

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

R = 38.93%
G = 18.49%
B = 42.58%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A04CAF (or 0xA04CAF) is known color: Deep Lilac. HEX triplet: A0, 4C and AF. RGB value is (160,76,175). Sum of RGB (Red+Green+Blue) = 160+76+175=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A04CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CAF is #5FB350. Grayscale: #707070. Windows color (decimal): -6271825 or 11488416. OLE color: 11488416.

HSL color Cylindrical-coordinate representation of color #A04CAF: hue angle of 290.91º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04CAF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 76 175 -
CMYK 0.09 0.57 0 0.31
HSL 290.91º 0.39% 0.49% -
HSV(B) 290.91º 0.57% 0.69% -
XYZ 24.82 15.74 42.29 -
YUV 112.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 160 76 175 0.09 0.57 0 0.31 290.91 0.39 0.49
Hex A0 4C AF 9 39 0 1F 123 27 31
Octal 240 114 257 11 71 0 37 443 47 61
Binary 10100000 1001100 10101111 1001 111001 0 11111 100100011 100111 110001

Color Harmonies of #A04CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CAF

Black with #A04CAF

Text Example


Text Example

White with #A04CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CAF; }

 p { color: rgb(160,76,175); }

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

background-color css

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

 a { background-color: rgb(160,76,175); }

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

border-color css

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

 span { border-color: rgb(160,76,175); }

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