Html Css Color HEX #A252CC Deep Lilac

📋 copy color: '#A252CC'

red 162 ◦ green 82 ◦ blue 204

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

Shades of Deep Lilac #A252CC

Tints of Deep Lilac #A252CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

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

R = 36.16%
G = 18.3%
B = 45.54%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A252CC (or 0xA252CC) is known color: Deep Lilac. HEX triplet: A2, 52 and CC. RGB value is (162,82,204). Sum of RGB (Red+Green+Blue) = 162+82+204=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #A252CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252CC is #5DAD33. Grayscale: #777777. Windows color (decimal): -6139188 or 13390498. OLE color: 13390498.

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

Color convert

RGB 162 82 204 -
CMYK 0.21 0.60 0 0.2
HSL 279.34º 0.54% 0.56% -
HSV(B) 279.34º 0.6% 0.8% -
XYZ 28.82 18.08 59.1 -
YUV 119.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 162 82 204 0.21 0.60 0 0.2 279.34 0.54 0.56
Hex A2 52 CC 15 3C 0 14 117 36 38
Octal 242 122 314 25 74 0 24 427 66 70
Binary 10100010 1010010 11001100 10101 111100 0 10100 100010111 110110 111000

Color Harmonies of #A252CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252CC

Black with #A252CC

Text Example


Text Example

White with #A252CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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