Html Css Color HEX #A752BE Deep Lilac

📋 copy color: '#A752BE'

red 167 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #A752BE

Tints of Deep Lilac #A752BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 38.04%
G = 18.68%
B = 43.28%

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

#A752BE (or 0xA752BE) is known color: Deep Lilac. HEX triplet: A7, 52 and BE. RGB value is (167,82,190). Sum of RGB (Red+Green+Blue) = 167+82+190=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #A752BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752BE is #58AD41. Grayscale: #777777. Windows color (decimal): -5811522 or 12472999. OLE color: 12472999.

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

Color convert

RGB 167 82 190 -
CMYK 0.12 0.57 0 0.25
HSL 287.22º 0.45% 0.53% -
HSV(B) 287.22º 0.57% 0.75% -
XYZ 28.25 17.97 50.69 -
YUV 119.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 167 82 190 0.12 0.57 0 0.25 287.22 0.45 0.53
Hex A7 52 BE C 39 0 19 11F 2D 35
Octal 247 122 276 14 71 0 31 437 55 65
Binary 10100111 1010010 10111110 1100 111001 0 11001 100011111 101101 110101

Color Harmonies of #A752BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752BE

Black with #A752BE

Text Example


Text Example

White with #A752BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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