Html Css Color HEX #A152CA Deep Lilac

📋 copy color: '#A152CA'

red 161 ◦ green 82 ◦ blue 202

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

Shades of Deep Lilac #A152CA

Tints of Deep Lilac #A152CA

RGB

 RED value IS 161 (63.28% from 255) = 36.18%

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

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

R = 36.18%
G = 18.43%
B = 45.39%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A152CA (or 0xA152CA) is known color: Deep Lilac. HEX triplet: A1, 52 and CA. RGB value is (161,82,202). Sum of RGB (Red+Green+Blue) = 161+82+202=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #A152CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152CA is #5EAD35. Grayscale: #767676. Windows color (decimal): -6204726 or 13259425. OLE color: 13259425.

HSL color Cylindrical-coordinate representation of color #A152CA: hue angle of 279.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A152CA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 82 202 -
CMYK 0.20 0.59 0 0.21
HSL 279.5º 0.53% 0.56% -
HSV(B) 279.5º 0.59% 0.79% -
XYZ 28.38 17.88 57.83 -
YUV 119.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 161 82 202 0.20 0.59 0 0.21 279.5 0.53 0.56
Hex A1 52 CA 14 3B 0 15 118 35 38
Octal 241 122 312 24 73 0 25 430 65 70
Binary 10100001 1010010 11001010 10100 111011 0 10101 100011000 110101 111000

Color Harmonies of #A152CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152CA

Black with #A152CA

Text Example


Text Example

White with #A152CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152CA; }

 p { color: rgb(161,82,202); }

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

background-color css

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

 a { background-color: rgb(161,82,202); }

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

border-color css

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

 span { border-color: rgb(161,82,202); }

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