Html Css Color HEX #A04CCA Deep Lilac

📋 copy color: '#A04CCA'

red 160 ◦ green 76 ◦ blue 202

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

Shades of Deep Lilac #A04CCA

Tints of Deep Lilac #A04CCA

RGB

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

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

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

R = 36.53%
G = 17.35%
B = 46.12%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A04CCA (or 0xA04CCA) is known color: Deep Lilac. HEX triplet: A0, 4C and CA. RGB value is (160,76,202). Sum of RGB (Red+Green+Blue) = 160+76+202=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #A04CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CCA is #5FB335. Grayscale: #737373. Windows color (decimal): -6271798 or 13257888. OLE color: 13257888.

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

Color convert

RGB 160 76 202 -
CMYK 0.21 0.62 0 0.21
HSL 280º 0.54% 0.55% -
HSV(B) 280º 0.62% 0.79% -
XYZ 27.74 16.91 57.68 -
YUV 115.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 160 76 202 0.21 0.62 0 0.21 280 0.54 0.55
Hex A0 4C CA 15 3E 0 15 118 36 37
Octal 240 114 312 25 76 0 25 430 66 67
Binary 10100000 1001100 11001010 10101 111110 0 10101 100011000 110110 110111

Color Harmonies of #A04CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CCA

Black with #A04CCA

Text Example


Text Example

White with #A04CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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