Html Css Color HEX #A74DB8 Deep Lilac

📋 copy color: '#A74DB8'

red 167 ◦ green 77 ◦ blue 184

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

Shades of Deep Lilac #A74DB8

Tints of Deep Lilac #A74DB8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

 BLUE value IS 184 (72.27% from 255) = 42.99%

R = 39.02%
G = 17.99%
B = 42.99%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A74DB8 (or 0xA74DB8) is known color: Deep Lilac. HEX triplet: A7, 4D and B8. RGB value is (167,77,184). Sum of RGB (Red+Green+Blue) = 167+77+184=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #A74DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DB8 is #58B247. Grayscale: #737373. Windows color (decimal): -5812808 or 12078503. OLE color: 12078503.

HSL color Cylindrical-coordinate representation of color #A74DB8: hue angle of 290.47º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74DB8 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 77 184 -
CMYK 0.09 0.58 0 0.28
HSL 290.47º 0.43% 0.51% -
HSV(B) 290.47º 0.58% 0.72% -
XYZ 27.24 16.98 47.19 -
YUV 116.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 167 77 184 0.09 0.58 0 0.28 290.47 0.43 0.51
Hex A7 4D B8 9 3A 0 1C 122 2B 33
Octal 247 115 270 11 72 0 34 442 53 63
Binary 10100111 1001101 10111000 1001 111010 0 11100 100100010 101011 110011

Color Harmonies of #A74DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74DB8

Black with #A74DB8

Text Example


Text Example

White with #A74DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74DB8; }

 p { color: rgb(167,77,184); }

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

background-color css

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

 a { background-color: rgb(167,77,184); }

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

border-color css

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

 span { border-color: rgb(167,77,184); }

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