Html Css Color HEX #A04BCA Deep Lilac

📋 copy color: '#A04BCA'

red 160 ◦ green 75 ◦ blue 202

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

Shades of Deep Lilac #A04BCA

Tints of Deep Lilac #A04BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 36.61%
G = 17.16%
B = 46.22%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A04BCA (or 0xA04BCA) is known color: Deep Lilac. HEX triplet: A0, 4B and CA. RGB value is (160,75,202). Sum of RGB (Red+Green+Blue) = 160+75+202=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #A04BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BCA is #5FB435. Grayscale: #727272. Windows color (decimal): -6272054 or 13257632. OLE color: 13257632.

HSL color Cylindrical-coordinate representation of color #A04BCA: hue angle of 280.16º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04BCA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 75 202 -
CMYK 0.21 0.63 0 0.21
HSL 280.16º 0.55% 0.54% -
HSV(B) 280.16º 0.63% 0.79% -
XYZ 27.67 16.77 57.66 -
YUV 114.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 160 75 202 0.21 0.63 0 0.21 280.16 0.55 0.54
Hex A0 4B CA 15 3F 0 15 118 37 36
Octal 240 113 312 25 77 0 25 430 67 66
Binary 10100000 1001011 11001010 10101 111111 0 10101 100011000 110111 110110

Color Harmonies of #A04BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BCA

Black with #A04BCA

Text Example


Text Example

White with #A04BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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