#A0639C

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

Shades of Violet Blue #A0639C

Tints of Violet Blue #A0639C

Color information

#A0639C (or 0xA0639C) is unknown color: approx Violet Blue. HEX triplet: A0, 63 and 9C. RGB value is (160,99,156). Sum of RGB (Red+Green+Blue) = 160+99+156=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0639C is #5F9C63. Grayscale: #7B7B7B. Windows color (decimal): -6265956 or 10249120. OLE color: 10249120.

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

Color convert

RGB16099156-
CMYK00.380.020.37
HSL303.93º24.3%50.78%-
HSV(B)303.93º38.12%62.75%-
XYZ24.9618.833.77-
YUV123.74146.21153.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=38.55%
G=23.86%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609915600.380.020.37303.9324.350.78
HexA0639C0262251301833
Octal2401432340462454603063
Binary1010000011000111001110001001101010010110011000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0639C; }

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

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

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

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

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

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

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

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