Html Css Color HEX #A74CBF Deep Lilac

📋 copy color: '#A74CBF'

red 167 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #A74CBF

Tints of Deep Lilac #A74CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

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

R = 38.48%
G = 17.51%
B = 44.01%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A74CBF (or 0xA74CBF) is known color: Deep Lilac. HEX triplet: A7, 4C and BF. RGB value is (167,76,191). Sum of RGB (Red+Green+Blue) = 167+76+191=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #A74CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CBF is #58B340. Grayscale: #737373. Windows color (decimal): -5813057 or 12536999. OLE color: 12536999.

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

Color convert

RGB 167 76 191 -
CMYK 0.13 0.60 0 0.25
HSL 287.48º 0.47% 0.52% -
HSV(B) 287.48º 0.6% 0.75% -
XYZ 27.92 17.15 51.13 -
YUV 116.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 167 76 191 0.13 0.60 0 0.25 287.48 0.47 0.52
Hex A7 4C BF D 3C 0 19 11F 2F 34
Octal 247 114 277 15 74 0 31 437 57 64
Binary 10100111 1001100 10111111 1101 111100 0 11001 100011111 101111 110100

Color Harmonies of #A74CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CBF

Black with #A74CBF

Text Example


Text Example

White with #A74CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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