Html Css Color HEX #A252BA Deep Lilac

📋 copy color: '#A252BA'

red 162 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #A252BA

Tints of Deep Lilac #A252BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 37.67%
G = 19.07%
B = 43.26%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A252BA (or 0xA252BA) is known color: Deep Lilac. HEX triplet: A2, 52 and BA. RGB value is (162,82,186). Sum of RGB (Red+Green+Blue) = 162+82+186=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #A252BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252BA is #5DAD45. Grayscale: #757575. Windows color (decimal): -6139206 or 12210850. OLE color: 12210850.

HSL color Cylindrical-coordinate representation of color #A252BA: hue angle of 286.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A252BA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 82 186 -
CMYK 0.13 0.56 0 0.27
HSL 286.15º 0.43% 0.53% -
HSV(B) 286.15º 0.56% 0.73% -
XYZ 26.78 17.26 48.37 -
YUV 117.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 162 82 186 0.13 0.56 0 0.27 286.15 0.43 0.53
Hex A2 52 BA D 38 0 1B 11E 2B 35
Octal 242 122 272 15 70 0 33 436 53 65
Binary 10100010 1010010 10111010 1101 111000 0 11011 100011110 101011 110101

Color Harmonies of #A252BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252BA

Black with #A252BA

Text Example


Text Example

White with #A252BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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