Html Css Color HEX #A752B4 Deep Lilac

📋 copy color: '#A752B4'

red 167 ◦ green 82 ◦ blue 180

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

Shades of Deep Lilac #A752B4

Tints of Deep Lilac #A752B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 38.93%
G = 19.11%
B = 41.96%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A752B4 (or 0xA752B4) is known color: Deep Lilac. HEX triplet: A7, 52 and B4. RGB value is (167,82,180). Sum of RGB (Red+Green+Blue) = 167+82+180=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #A752B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752B4 is #58AD4B. Grayscale: #767676. Windows color (decimal): -5811532 or 11817639. OLE color: 11817639.

HSL color Cylindrical-coordinate representation of color #A752B4: hue angle of 292.04º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A752B4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 82 180 -
CMYK 0.07 0.54 0 0.29
HSL 292.04º 0.4% 0.51% -
HSV(B) 292.04º 0.54% 0.71% -
XYZ 27.19 17.55 45.13 -
YUV 118.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 167 82 180 0.07 0.54 0 0.29 292.04 0.4 0.51
Hex A7 52 B4 7 36 0 1D 124 28 33
Octal 247 122 264 7 66 0 35 444 50 63
Binary 10100111 1010010 10110100 111 110110 0 11101 100100100 101000 110011

Color Harmonies of #A752B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752B4

Black with #A752B4

Text Example


Text Example

White with #A752B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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