Html Css Color HEX #A752C8 Deep Lilac

📋 copy color: '#A752C8'

red 167 ◦ green 82 ◦ blue 200

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

Shades of Deep Lilac #A752C8

Tints of Deep Lilac #A752C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 37.19%
G = 18.26%
B = 44.54%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A752C8 (or 0xA752C8) is known color: Deep Lilac. HEX triplet: A7, 52 and C8. RGB value is (167,82,200). Sum of RGB (Red+Green+Blue) = 167+82+200=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #A752C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752C8 is #58AD37. Grayscale: #787878. Windows color (decimal): -5811512 or 13128359. OLE color: 13128359.

HSL color Cylindrical-coordinate representation of color #A752C8: hue angle of 283.22º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A752C8 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 82 200 -
CMYK 0.16 0.59 0 0.22
HSL 283.22º 0.52% 0.55% -
HSV(B) 283.22º 0.59% 0.78% -
XYZ 29.38 18.42 56.65 -
YUV 120.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 167 82 200 0.16 0.59 0 0.22 283.22 0.52 0.55
Hex A7 52 C8 10 3B 0 16 11B 34 37
Octal 247 122 310 20 73 0 26 433 64 67
Binary 10100111 1010010 11001000 10000 111011 0 10110 100011011 110100 110111

Color Harmonies of #A752C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752C8

Black with #A752C8

Text Example


Text Example

White with #A752C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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