#A0669E

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

Shades of Violet Blue #A0669E

Tints of Violet Blue #A0669E

Color information

#A0669E (or 0xA0669E) is unknown color: approx Violet Blue. HEX triplet: A0, 66 and 9E. RGB value is (160,102,158). Sum of RGB (Red+Green+Blue) = 160+102+158=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0669E is #5F9961. Grayscale: #7D7D7D. Windows color (decimal): -6265186 or 10380960. OLE color: 10380960.

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

Color convert

RGB160102158-
CMYK00.360.010.37
HSL302.07º23.39%51.37%-
HSV(B)302.07º36.25%62.75%-
XYZ25.4219.4434.76-
YUV125.73146.22152.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=38.10%
G=24.29%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010215800.360.010.37302.0723.3951.37
HexA0669E02412512e1733
Octal2401462360441454562763
Binary101000001100110100111100100100110010110010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0669E; }

 p { color: rgb(160,102,158); }

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

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

 a { background-color: rgb(160,102,158); }

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

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

 span { border-color: rgb(160,102,158); }

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