Html Css Color HEX #A852BF Deep Lilac

📋 copy color: '#A852BF'

red 168 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #A852BF

Tints of Deep Lilac #A852BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 38.1%
G = 18.59%
B = 43.31%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A852BF (or 0xA852BF) is known color: Deep Lilac. HEX triplet: A8, 52 and BF. RGB value is (168,82,191). Sum of RGB (Red+Green+Blue) = 168+82+191=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A852BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852BF is #57AD40. Grayscale: #777777. Windows color (decimal): -5745985 or 12538536. OLE color: 12538536.

HSL color Cylindrical-coordinate representation of color #A852BF: hue angle of 287.34º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A852BF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 82 191 -
CMYK 0.12 0.57 0 0.25
HSL 287.34º 0.46% 0.54% -
HSV(B) 287.34º 0.57% 0.75% -
XYZ 28.57 18.12 51.28 -
YUV 120.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 168 82 191 0.12 0.57 0 0.25 287.34 0.46 0.54
Hex A8 52 BF C 39 0 19 11F 2E 36
Octal 250 122 277 14 71 0 31 437 56 66
Binary 10101000 1010010 10111111 1100 111001 0 11001 100011111 101110 110110

Color Harmonies of #A852BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852BF

Black with #A852BF

Text Example


Text Example

White with #A852BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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