Html Css Color HEX #A252B7 Deep Lilac

📋 copy color: '#A252B7'

red 162 ◦ green 82 ◦ blue 183

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

Shades of Deep Lilac #A252B7

Tints of Deep Lilac #A252B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.86%

R = 37.94%
G = 19.2%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A252B7 (or 0xA252B7) is known color: Deep Lilac. HEX triplet: A2, 52 and B7. RGB value is (162,82,183). Sum of RGB (Red+Green+Blue) = 162+82+183=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #A252B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252B7 is #5DAD48. Grayscale: #757575. Windows color (decimal): -6139209 or 12014242. OLE color: 12014242.

HSL color Cylindrical-coordinate representation of color #A252B7: hue angle of 287.52º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A252B7 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 82 183 -
CMYK 0.11 0.55 0 0.28
HSL 287.52º 0.41% 0.52% -
HSV(B) 287.52º 0.55% 0.72% -
XYZ 26.46 17.13 46.71 -
YUV 117.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 162 82 183 0.11 0.55 0 0.28 287.52 0.41 0.52
Hex A2 52 B7 B 37 0 1C 120 29 34
Octal 242 122 267 13 67 0 34 440 51 64
Binary 10100010 1010010 10110111 1011 110111 0 11100 100100000 101001 110100

Color Harmonies of #A252B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252B7

Black with #A252B7

Text Example


Text Example

White with #A252B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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