Html Css Color HEX #A752BD Deep Lilac

📋 copy color: '#A752BD'

red 167 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #A752BD

Tints of Deep Lilac #A752BD

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 38.13%
G = 18.72%
B = 43.15%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A752BD (or 0xA752BD) is known color: Deep Lilac. HEX triplet: A7, 52 and BD. RGB value is (167,82,189). Sum of RGB (Red+Green+Blue) = 167+82+189=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #A752BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752BD is #58AD42. Grayscale: #777777. Windows color (decimal): -5811523 or 12407463. OLE color: 12407463.

HSL color Cylindrical-coordinate representation of color #A752BD: hue angle of 287.66º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A752BD is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 82 189 -
CMYK 0.12 0.57 0 0.26
HSL 287.66º 0.45% 0.53% -
HSV(B) 287.66º 0.57% 0.74% -
XYZ 28.14 17.92 50.12 -
YUV 119.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 167 82 189 0.12 0.57 0 0.26 287.66 0.45 0.53
Hex A7 52 BD C 39 0 1A 120 2D 35
Octal 247 122 275 14 71 0 32 440 55 65
Binary 10100111 1010010 10111101 1100 111001 0 11010 100100000 101101 110101

Color Harmonies of #A752BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752BD

Black with #A752BD

Text Example


Text Example

White with #A752BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752BD; }

 p { color: rgb(167,82,189); }

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

background-color css

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

 a { background-color: rgb(167,82,189); }

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

border-color css

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

 span { border-color: rgb(167,82,189); }

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