#A2639C

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

Shades of Violet Blue #A2639C

Tints of Violet Blue #A2639C

Color information

#A2639C (or 0xA2639C) is unknown color: approx Violet Blue. HEX triplet: A2, 63 and 9C. RGB value is (162,99,156). Sum of RGB (Red+Green+Blue) = 162+99+156=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2639C is #5D9C63. Grayscale: #7C7C7C. Windows color (decimal): -6134884 or 10249122. OLE color: 10249122.

HSL color Cylindrical-coordinate representation of color #A2639C: hue angle of 305.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2639C is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16299156-
CMYK00.390.040.36
HSL305.71º25.3%51.18%-
HSV(B)305.71º38.89%63.53%-
XYZ25.3619.0133.78-
YUV124.33145.87154.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=38.85%
G=23.74%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629915600.390.040.36305.7125.351.18
HexA2639C0274241321933
Octal2421432340474444623163
Binary10100010110001110011100010011110010010010011001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2639C; }

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

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

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

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

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

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

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

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