Html Css Color HEX #A74FB8 Deep Lilac

📋 copy color: '#A74FB8'

red 167 ◦ green 79 ◦ blue 184

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

Shades of Deep Lilac #A74FB8

Tints of Deep Lilac #A74FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.79%

R = 38.84%
G = 18.37%
B = 42.79%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A74FB8 (or 0xA74FB8) is known color: Deep Lilac. HEX triplet: A7, 4F and B8. RGB value is (167,79,184). Sum of RGB (Red+Green+Blue) = 167+79+184=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #A74FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FB8 is #58B047. Grayscale: #747474. Windows color (decimal): -5812296 or 12079015. OLE color: 12079015.

HSL color Cylindrical-coordinate representation of color #A74FB8: hue angle of 290.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74FB8 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 79 184 -
CMYK 0.09 0.57 0 0.28
HSL 290.29º 0.43% 0.52% -
HSV(B) 290.29º 0.57% 0.72% -
XYZ 27.38 17.27 47.24 -
YUV 117.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 167 79 184 0.09 0.57 0 0.28 290.29 0.43 0.52
Hex A7 4F B8 9 39 0 1C 122 2B 34
Octal 247 117 270 11 71 0 34 442 53 64
Binary 10100111 1001111 10111000 1001 111001 0 11100 100100010 101011 110100

Color Harmonies of #A74FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FB8

Black with #A74FB8

Text Example


Text Example

White with #A74FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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