Html Css Color HEX #A152AF Deep Lilac

📋 copy color: '#A152AF'

red 161 ◦ green 82 ◦ blue 175

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

Shades of Deep Lilac #A152AF

Tints of Deep Lilac #A152AF

RGB

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

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

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

R = 38.52%
G = 19.62%
B = 41.87%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A152AF (or 0xA152AF) is known color: Deep Lilac. HEX triplet: A1, 52 and AF. RGB value is (161,82,175). Sum of RGB (Red+Green+Blue) = 161+82+175=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #A152AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A152AF is #5EAD50. Grayscale: #737373. Windows color (decimal): -6204753 or 11489953. OLE color: 11489953.

HSL color Cylindrical-coordinate representation of color #A152AF: hue angle of 290.97º 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 #A152AF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 82 175 -
CMYK 0.08 0.53 0 0.31
HSL 290.97º 0.37% 0.5% -
HSV(B) 290.97º 0.53% 0.69% -
XYZ 25.45 16.71 42.44 -
YUV 116.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 161 82 175 0.08 0.53 0 0.31 290.97 0.37 0.5
Hex A1 52 AF 8 35 0 1F 123 25 32
Octal 241 122 257 10 65 0 37 443 45 62
Binary 10100001 1010010 10101111 1000 110101 0 11111 100100011 100101 110010

Color Harmonies of #A152AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152AF

Black with #A152AF

Text Example


Text Example

White with #A152AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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