Html Css Color HEX #A452B6 Deep Lilac

📋 copy color: '#A452B6'

red 164 ◦ green 82 ◦ blue 182

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

Shades of Deep Lilac #A452B6

Tints of Deep Lilac #A452B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 38.32%
G = 19.16%
B = 42.52%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A452B6 (or 0xA452B6) is known color: Deep Lilac. HEX triplet: A4, 52 and B6. RGB value is (164,82,182). Sum of RGB (Red+Green+Blue) = 164+82+182=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #A452B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452B6 is #5BAD49. Grayscale: #757575. Windows color (decimal): -6008138 or 11948708. OLE color: 11948708.

HSL color Cylindrical-coordinate representation of color #A452B6: hue angle of 289.2º degrees, saturation: 0.41, 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 #A452B6 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 82 182 -
CMYK 0.10 0.55 0 0.29
HSL 289.2º 0.41% 0.52% -
HSV(B) 289.2º 0.55% 0.71% -
XYZ 26.77 17.3 46.19 -
YUV 117.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 164 82 182 0.10 0.55 0 0.29 289.2 0.41 0.52
Hex A4 52 B6 A 37 0 1D 121 29 34
Octal 244 122 266 12 67 0 35 441 51 64
Binary 10100100 1010010 10110110 1010 110111 0 11101 100100001 101001 110100

Color Harmonies of #A452B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452B6

Black with #A452B6

Text Example


Text Example

White with #A452B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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