Html Css Color HEX #A852B4 Deep Lilac

📋 copy color: '#A852B4'

red 168 ◦ green 82 ◦ blue 180

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

Shades of Deep Lilac #A852B4

Tints of Deep Lilac #A852B4

RGB

 RED value IS 168 (66.02% from 255) = 39.07%

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

 BLUE value IS 180 (70.7% from 255) = 41.86%

R = 39.07%
G = 19.07%
B = 41.86%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A852B4 (or 0xA852B4) is known color: Deep Lilac. HEX triplet: A8, 52 and B4. RGB value is (168,82,180). Sum of RGB (Red+Green+Blue) = 168+82+180=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #A852B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852B4 is #57AD4B. Grayscale: #767676. Windows color (decimal): -5745996 or 11817640. OLE color: 11817640.

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

Color convert

RGB 168 82 180 -
CMYK 0.07 0.54 0 0.29
HSL 292.65º 0.4% 0.51% -
HSV(B) 292.65º 0.54% 0.71% -
XYZ 27.4 17.65 45.14 -
YUV 118.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 168 82 180 0.07 0.54 0 0.29 292.65 0.4 0.51
Hex A8 52 B4 7 36 0 1D 125 28 33
Octal 250 122 264 7 66 0 35 445 50 63
Binary 10101000 1010010 10110100 111 110110 0 11101 100100101 101000 110011

Color Harmonies of #A852B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852B4

Black with #A852B4

Text Example


Text Example

White with #A852B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852B4; }

 p { color: rgb(168,82,180); }

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

background-color css

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

 a { background-color: rgb(168,82,180); }

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

border-color css

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

 span { border-color: rgb(168,82,180); }

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