Html Css Color HEX #A74CB4 Deep Lilac

📋 copy color: '#A74CB4'

red 167 ◦ green 76 ◦ blue 180

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

Shades of Deep Lilac #A74CB4

Tints of Deep Lilac #A74CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 39.48%
G = 17.97%
B = 42.55%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A74CB4 (or 0xA74CB4) is known color: Deep Lilac. HEX triplet: A7, 4C and B4. RGB value is (167,76,180). Sum of RGB (Red+Green+Blue) = 167+76+180=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #A74CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74CB4 is #58B34B. Grayscale: #727272. Windows color (decimal): -5813068 or 11816103. OLE color: 11816103.

HSL color Cylindrical-coordinate representation of color #A74CB4: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74CB4 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 76 180 -
CMYK 0.07 0.58 0 0.29
HSL 292.5º 0.41% 0.5% -
HSV(B) 292.5º 0.58% 0.71% -
XYZ 26.76 16.68 44.99 -
YUV 115.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 167 76 180 0.07 0.58 0 0.29 292.5 0.41 0.5
Hex A7 4C B4 7 3A 0 1D 124 29 32
Octal 247 114 264 7 72 0 35 444 51 62
Binary 10100111 1001100 10110100 111 111010 0 11101 100100100 101001 110010

Color Harmonies of #A74CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CB4

Black with #A74CB4

Text Example


Text Example

White with #A74CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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