Html Css Color HEX #A74FBF Deep Lilac

📋 copy color: '#A74FBF'

red 167 ◦ green 79 ◦ blue 191

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

Shades of Deep Lilac #A74FBF

Tints of Deep Lilac #A74FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.08%

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

R = 38.22%
G = 18.08%
B = 43.71%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A74FBF (or 0xA74FBF) is known color: Deep Lilac. HEX triplet: A7, 4F and BF. RGB value is (167,79,191). Sum of RGB (Red+Green+Blue) = 167+79+191=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #A74FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FBF is #58B040. Grayscale: #757575. Windows color (decimal): -5812289 or 12537767. OLE color: 12537767.

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

Color convert

RGB 167 79 191 -
CMYK 0.13 0.59 0 0.25
HSL 287.14º 0.47% 0.53% -
HSV(B) 287.14º 0.59% 0.75% -
XYZ 28.14 17.57 51.2 -
YUV 118.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 167 79 191 0.13 0.59 0 0.25 287.14 0.47 0.53
Hex A7 4F BF D 3B 0 19 11F 2F 35
Octal 247 117 277 15 73 0 31 437 57 65
Binary 10100111 1001111 10111111 1101 111011 0 11001 100011111 101111 110101

Color Harmonies of #A74FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FBF

Black with #A74FBF

Text Example


Text Example

White with #A74FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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