Html Css Color HEX #A74ABF Deep Lilac

📋 copy color: '#A74ABF'

red 167 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #A74ABF

Tints of Deep Lilac #A74ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

 BLUE value IS 191 (75% from 255) = 44.21%

R = 38.66%
G = 17.13%
B = 44.21%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A74ABF (or 0xA74ABF) is known color: Deep Lilac. HEX triplet: A7, 4A and BF. RGB value is (167,74,191). Sum of RGB (Red+Green+Blue) = 167+74+191=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #A74ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74ABF is #58B540. Grayscale: #727272. Windows color (decimal): -5813569 or 12536487. OLE color: 12536487.

HSL color Cylindrical-coordinate representation of color #A74ABF: hue angle of 287.69º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74ABF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 74 191 -
CMYK 0.13 0.61 0 0.25
HSL 287.69º 0.48% 0.52% -
HSV(B) 287.69º 0.61% 0.75% -
XYZ 27.79 16.87 51.08 -
YUV 115.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 167 74 191 0.13 0.61 0 0.25 287.69 0.48 0.52
Hex A7 4A BF D 3D 0 19 120 30 34
Octal 247 112 277 15 75 0 31 440 60 64
Binary 10100111 1001010 10111111 1101 111101 0 11001 100100000 110000 110100

Color Harmonies of #A74ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74ABF

Black with #A74ABF

Text Example


Text Example

White with #A74ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74ABF; }

 p { color: rgb(167,74,191); }

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

background-color css

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

 a { background-color: rgb(167,74,191); }

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

border-color css

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

 span { border-color: rgb(167,74,191); }

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