Html Css Color HEX #A04BC7 Deep Lilac

📋 copy color: '#A04BC7'

red 160 ◦ green 75 ◦ blue 199

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

Shades of Deep Lilac #A04BC7

Tints of Deep Lilac #A04BC7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 36.87%
G = 17.28%
B = 45.85%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A04BC7 (or 0xA04BC7) is known color: Deep Lilac. HEX triplet: A0, 4B and C7. RGB value is (160,75,199). Sum of RGB (Red+Green+Blue) = 160+75+199=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #A04BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BC7 is #5FB438. Grayscale: #727272. Windows color (decimal): -6272057 or 13061024. OLE color: 13061024.

HSL color Cylindrical-coordinate representation of color #A04BC7: hue angle of 281.13º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04BC7 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 75 199 -
CMYK 0.20 0.62 0 0.22
HSL 281.13º 0.53% 0.54% -
HSV(B) 281.13º 0.62% 0.78% -
XYZ 27.32 16.63 55.8 -
YUV 114.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 160 75 199 0.20 0.62 0 0.22 281.13 0.53 0.54
Hex A0 4B C7 14 3E 0 16 119 35 36
Octal 240 113 307 24 76 0 26 431 65 66
Binary 10100000 1001011 11000111 10100 111110 0 10110 100011001 110101 110110

Color Harmonies of #A04BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BC7

Black with #A04BC7

Text Example


Text Example

White with #A04BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BC7; }

 p { color: rgb(160,75,199); }

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

background-color css

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

 a { background-color: rgb(160,75,199); }

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

border-color css

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

 span { border-color: rgb(160,75,199); }

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