Html Css Color HEX #A74DC5 Deep Lilac

📋 copy color: '#A74DC5'

red 167 ◦ green 77 ◦ blue 197

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

Shades of Deep Lilac #A74DC5

Tints of Deep Lilac #A74DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.67%

R = 37.87%
G = 17.46%
B = 44.67%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A74DC5 (or 0xA74DC5) is known color: Deep Lilac. HEX triplet: A7, 4D and C5. RGB value is (167,77,197). Sum of RGB (Red+Green+Blue) = 167+77+197=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #A74DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74DC5 is #58B23A. Grayscale: #757575. Windows color (decimal): -5812795 or 12930471. OLE color: 12930471.

HSL color Cylindrical-coordinate representation of color #A74DC5: hue angle of 285º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74DC5 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 77 197 -
CMYK 0.15 0.61 0 0.23
HSL 285º 0.51% 0.54% -
HSV(B) 285º 0.61% 0.77% -
XYZ 28.67 17.55 54.7 -
YUV 117.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 167 77 197 0.15 0.61 0 0.23 285 0.51 0.54
Hex A7 4D C5 F 3D 0 17 11D 33 36
Octal 247 115 305 17 75 0 27 435 63 66
Binary 10100111 1001101 11000101 1111 111101 0 10111 100011101 110011 110110

Color Harmonies of #A74DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74DC5

Black with #A74DC5

Text Example


Text Example

White with #A74DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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