#A269BC

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

Shades of Deep Lilac #A269BC

Tints of Deep Lilac #A269BC

Color information

#A269BC (or 0xA269BC) is unknown color: approx Deep Lilac. HEX triplet: A2, 69 and BC. RGB value is (162,105,188). Sum of RGB (Red+Green+Blue) = 162+105+188=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #A269BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269BC is #5D9643. Grayscale: #838383. Windows color (decimal): -6133316 or 12347810. OLE color: 12347810.

HSL color Cylindrical-coordinate representation of color #A269BC: hue angle of 281.2º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A269BC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162105188-
CMYK0.140.4400.26
HSL281.2º38.25%57.45%-
HSV(B)281.2º44.15%73.73%-
XYZ29.0321.4250.18-
YUV131.5159.88149.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=35.60%
G=23.08%
B=41.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621051880.140.4400.26281.238.2557.45
HexA269BCE2C01A1192639
Octal24215127416540324314671
Binary101000101101001101111001110101100011010100011001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269BC; }

 p { color: rgb(162,105,188); }

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

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

 a { background-color: rgb(162,105,188); }

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

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

 span { border-color: rgb(162,105,188); }

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