#A0699C

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

Shades of Violet Blue #A0699C

Tints of Violet Blue #A0699C

Color information

#A0699C (or 0xA0699C) is unknown color: approx Violet Blue. HEX triplet: A0, 69 and 9C. RGB value is (160,105,156). Sum of RGB (Red+Green+Blue) = 160+105+156=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0699C is #5F9663. Grayscale: #7F7F7F. Windows color (decimal): -6264420 or 10250656. OLE color: 10250656.

HSL color Cylindrical-coordinate representation of color #A0699C: hue angle of 304.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0699C is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160105156-
CMYK00.340.020.37
HSL304.36º22.45%51.96%-
HSV(B)304.36º34.38%62.75%-
XYZ25.5519.9833.96-
YUV127.26144.22151.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=38.00%
G=24.94%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010515600.340.020.37304.3622.4551.96
HexA0699C0222251301634
Octal2401512340422454602664
Binary1010000011010011001110001000101010010110011000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0699C; }

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

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

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

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

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

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

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

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