Html Css Color HEX #A452B5 Deep Lilac

📋 copy color: '#A452B5'

red 164 ◦ green 82 ◦ blue 181

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

Shades of Deep Lilac #A452B5

Tints of Deep Lilac #A452B5

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

 BLUE value IS 181 (71.09% from 255) = 42.39%

R = 38.41%
G = 19.2%
B = 42.39%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A452B5 (or 0xA452B5) is known color: Deep Lilac. HEX triplet: A4, 52 and B5. RGB value is (164,82,181). Sum of RGB (Red+Green+Blue) = 164+82+181=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #A452B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452B5 is #5BAD4A. Grayscale: #757575. Windows color (decimal): -6008139 or 11883172. OLE color: 11883172.

HSL color Cylindrical-coordinate representation of color #A452B5: hue angle of 289.7º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A452B5 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 82 181 -
CMYK 0.09 0.55 0 0.29
HSL 289.7º 0.4% 0.52% -
HSV(B) 289.7º 0.55% 0.71% -
XYZ 26.67 17.26 45.64 -
YUV 117.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 164 82 181 0.09 0.55 0 0.29 289.7 0.4 0.52
Hex A4 52 B5 9 37 0 1D 122 28 34
Octal 244 122 265 11 67 0 35 442 50 64
Binary 10100100 1010010 10110101 1001 110111 0 11101 100100010 101000 110100

Color Harmonies of #A452B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452B5

Black with #A452B5

Text Example


Text Example

White with #A452B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452B5; }

 p { color: rgb(164,82,181); }

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

background-color css

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

 a { background-color: rgb(164,82,181); }

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

border-color css

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

 span { border-color: rgb(164,82,181); }

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