#A269A0

Color #A269A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A269A0

Tints of Violet Blue #A269A0

Color information

#A269A0 (or 0xA269A0) is unknown color: approx Violet Blue. HEX triplet: A2, 69 and A0. RGB value is (162,105,160). Sum of RGB (Red+Green+Blue) = 162+105+160=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A269A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A269A0 is #5D965F. Grayscale: #808080. Windows color (decimal): -6133344 or 10512802. OLE color: 10512802.

HSL color Cylindrical-coordinate representation of color #A269A0: hue angle of 302.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A269A0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB162105160-
CMYK00.350.010.36
HSL302.11º23.46%52.35%-
HSV(B)302.11º35.19%63.53%-
XYZ26.320.3235.79-
YUV128.31145.88152.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 160 (62.89% from 255) = 37.47%
R=37.94%
G=24.59%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210516000.350.010.36302.1123.4652.35
HexA269A002312412e1734
Octal2421512400431444562764
Binary101000101101001101000000100011110010010010111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269A0; }

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

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

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

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

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

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

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

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