Html Css Color HEX #A252AF Deep Lilac

📋 copy color: '#A252AF'

red 162 ◦ green 82 ◦ blue 175

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

Shades of Deep Lilac #A252AF

Tints of Deep Lilac #A252AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 38.66%
G = 19.57%
B = 41.77%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A252AF (or 0xA252AF) is known color: Deep Lilac. HEX triplet: A2, 52 and AF. RGB value is (162,82,175). Sum of RGB (Red+Green+Blue) = 162+82+175=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A252AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252AF is #5DAD50. Grayscale: #747474. Windows color (decimal): -6139217 or 11489954. OLE color: 11489954.

HSL color Cylindrical-coordinate representation of color #A252AF: hue angle of 291.61º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A252AF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 82 175 -
CMYK 0.07 0.53 0 0.31
HSL 291.61º 0.37% 0.5% -
HSV(B) 291.61º 0.53% 0.69% -
XYZ 25.66 16.81 42.45 -
YUV 116.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 162 82 175 0.07 0.53 0 0.31 291.61 0.37 0.5
Hex A2 52 AF 7 35 0 1F 124 25 32
Octal 242 122 257 7 65 0 37 444 45 62
Binary 10100010 1010010 10101111 111 110101 0 11111 100100100 100101 110010

Color Harmonies of #A252AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252AF

Black with #A252AF

Text Example


Text Example

White with #A252AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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