#A742BE

Color #A742BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A742BE

Tints of Deep Lilac #A742BE

Color information

#A742BE (or 0xA742BE) is unknown color: approx Deep Lilac. HEX triplet: A7, 42 and BE. RGB value is (167,66,190). Sum of RGB (Red+Green+Blue) = 167+66+190=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #A742BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742BE is #58BD41. Grayscale: #6D6D6D. Windows color (decimal): -5815618 or 12468903. OLE color: 12468903.

HSL color Cylindrical-coordinate representation of color #A742BE: hue angle of 288.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A742BE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16766190-
CMYK0.120.6500.25
HSL288.87º48.82%50.2%-
HSV(B)288.87º65.26%74.51%-
XYZ27.1815.8350.34-
YUV110.34172.96168.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=39.48%
G=15.60%
B=44.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167661900.120.6500.25288.8748.8250.2
HexA742BEC410191213132
Octal247102276141010314416162
Binary1010011110000101011111011001000001011001100100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A742BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A742BE; }

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

 H1.HeaderClassName
 {
   color: #A742BE;
 }
 .AnyTagClassName
 {
   color: #A742BE;
 }
</style>
background-color css

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

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

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

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

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

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