Html Css Color HEX #A752BA Deep Lilac

📋 copy color: '#A752BA'

red 167 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #A752BA

Tints of Deep Lilac #A752BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 38.39%
G = 18.85%
B = 42.76%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A752BA (or 0xA752BA) is known color: Deep Lilac. HEX triplet: A7, 52 and BA. RGB value is (167,82,186). Sum of RGB (Red+Green+Blue) = 167+82+186=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A752BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752BA is #58AD45. Grayscale: #767676. Windows color (decimal): -5811526 or 12210855. OLE color: 12210855.

HSL color Cylindrical-coordinate representation of color #A752BA: hue angle of 289.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A752BA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 82 186 -
CMYK 0.10 0.56 0 0.27
HSL 289.04º 0.43% 0.53% -
HSV(B) 289.04º 0.56% 0.73% -
XYZ 27.82 17.8 48.42 -
YUV 119.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 167 82 186 0.10 0.56 0 0.27 289.04 0.43 0.53
Hex A7 52 BA A 38 0 1B 121 2B 35
Octal 247 122 272 12 70 0 33 441 53 65
Binary 10100111 1010010 10111010 1010 111000 0 11011 100100001 101011 110101

Color Harmonies of #A752BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752BA

Black with #A752BA

Text Example


Text Example

White with #A752BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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