Html Css Color HEX #A74AC0 Deep Lilac

📋 copy color: '#A74AC0'

red 167 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #A74AC0

Tints of Deep Lilac #A74AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 38.57%
G = 17.09%
B = 44.34%

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

#A74AC0 (or 0xA74AC0) is known color: Deep Lilac. HEX triplet: A7, 4A and C0. RGB value is (167,74,192). Sum of RGB (Red+Green+Blue) = 167+74+192=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #A74AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74AC0 is #58B53F. Grayscale: #727272. Windows color (decimal): -5813568 or 12602023. OLE color: 12602023.

HSL color Cylindrical-coordinate representation of color #A74AC0: hue angle of 287.29º 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 #A74AC0 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 74 192 -
CMYK 0.13 0.61 0 0.25
HSL 287.29º 0.48% 0.52% -
HSV(B) 287.29º 0.61% 0.75% -
XYZ 27.9 16.92 51.66 -
YUV 115.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 167 74 192 0.13 0.61 0 0.25 287.29 0.48 0.52
Hex A7 4A C0 D 3D 0 19 11F 30 34
Octal 247 112 300 15 75 0 31 437 60 64
Binary 10100111 1001010 11000000 1101 111101 0 11001 100011111 110000 110100

Color Harmonies of #A74AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74AC0

Black with #A74AC0

Text Example


Text Example

White with #A74AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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