Html Css Color HEX #A24CCC Deep Lilac

📋 copy color: '#A24CCC'

red 162 ◦ green 76 ◦ blue 204

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

Shades of Deep Lilac #A24CCC

Tints of Deep Lilac #A24CCC

RGB

 RED value IS 162 (63.67% from 255) = 36.65%

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 36.65%
G = 17.19%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A24CCC (or 0xA24CCC) is known color: Deep Lilac. HEX triplet: A2, 4C and CC. RGB value is (162,76,204). Sum of RGB (Red+Green+Blue) = 162+76+204=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #A24CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CCC is #5DB333. Grayscale: #737373. Windows color (decimal): -6140724 or 13388962. OLE color: 13388962.

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

Color convert

RGB 162 76 204 -
CMYK 0.21 0.63 0 0.2
HSL 280.31º 0.56% 0.55% -
HSV(B) 280.31º 0.63% 0.8% -
XYZ 28.38 17.21 58.95 -
YUV 116.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 162 76 204 0.21 0.63 0 0.2 280.31 0.56 0.55
Hex A2 4C CC 15 3F 0 14 118 38 37
Octal 242 114 314 25 77 0 24 430 70 67
Binary 10100010 1001100 11001100 10101 111111 0 10100 100011000 111000 110111

Color Harmonies of #A24CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CCC

Black with #A24CCC

Text Example


Text Example

White with #A24CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CCC; }

 p { color: rgb(162,76,204); }

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

background-color css

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

 a { background-color: rgb(162,76,204); }

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

border-color css

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

 span { border-color: rgb(162,76,204); }

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