Html Css Color HEX #A74CBA Deep Lilac

📋 copy color: '#A74CBA'

red 167 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #A74CBA

Tints of Deep Lilac #A74CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 38.93%
G = 17.72%
B = 43.36%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A74CBA (or 0xA74CBA) is known color: Deep Lilac. HEX triplet: A7, 4C and BA. RGB value is (167,76,186). Sum of RGB (Red+Green+Blue) = 167+76+186=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A74CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CBA is #58B345. Grayscale: #737373. Windows color (decimal): -5813062 or 12209319. OLE color: 12209319.

HSL color Cylindrical-coordinate representation of color #A74CBA: hue angle of 289.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74CBA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 76 186 -
CMYK 0.10 0.59 0 0.27
HSL 289.64º 0.44% 0.51% -
HSV(B) 289.64º 0.59% 0.73% -
XYZ 27.38 16.93 48.28 -
YUV 115.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 167 76 186 0.10 0.59 0 0.27 289.64 0.44 0.51
Hex A7 4C BA A 3B 0 1B 122 2C 33
Octal 247 114 272 12 73 0 33 442 54 63
Binary 10100111 1001100 10111010 1010 111011 0 11011 100100010 101100 110011

Color Harmonies of #A74CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CBA

Black with #A74CBA

Text Example


Text Example

White with #A74CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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