Html Css Color HEX #A742B9 Deep Lilac

📋 copy color: '#A742B9'

red 167 ◦ green 66 ◦ blue 185

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

Shades of Deep Lilac #A742B9

Tints of Deep Lilac #A742B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 39.95%
G = 15.79%
B = 44.26%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A742B9 (or 0xA742B9) is known color: Deep Lilac. HEX triplet: A7, 42 and B9. RGB value is (167,66,185). Sum of RGB (Red+Green+Blue) = 167+66+185=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #A742B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742B9 is #58BD46. Grayscale: #6D6D6D. Windows color (decimal): -5815623 or 12141223. OLE color: 12141223.

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

Color convert

RGB 167 66 185 -
CMYK 0.10 0.64 0 0.27
HSL 290.92º 0.47% 0.49% -
HSV(B) 290.92º 0.64% 0.73% -
XYZ 26.64 15.61 47.51 -
YUV 109.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 167 66 185 0.10 0.64 0 0.27 290.92 0.47 0.49
Hex A7 42 B9 A 40 0 1B 123 2F 31
Octal 247 102 271 12 100 0 33 443 57 61
Binary 10100111 1000010 10111001 1010 1000000 0 11011 100100011 101111 110001

Color Harmonies of #A742B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742B9

Black with #A742B9

Text Example


Text Example

White with #A742B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742B9; }

 p { color: rgb(167,66,185); }

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

background-color css

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

 a { background-color: rgb(167,66,185); }

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

border-color css

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

 span { border-color: rgb(167,66,185); }

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