#A2639D

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

Shades of Violet Blue #A2639D

Tints of Violet Blue #A2639D

Color information

#A2639D (or 0xA2639D) is unknown color: approx Violet Blue. HEX triplet: A2, 63 and 9D. RGB value is (162,99,157). Sum of RGB (Red+Green+Blue) = 162+99+157=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2639D is #5D9C62. Grayscale: #7C7C7C. Windows color (decimal): -6134883 or 10314658. OLE color: 10314658.

HSL color Cylindrical-coordinate representation of color #A2639D: hue angle of 304.76º 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 #A2639D is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16299157-
CMYK00.390.030.36
HSL304.76º25.3%51.18%-
HSV(B)304.76º38.89%63.53%-
XYZ25.4519.0434.23-
YUV124.45146.37154.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=38.76%
G=23.68%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629915700.390.030.36304.7625.351.18
HexA2639D0273241311933
Octal2421432350473444613163
Binary1010001011000111001110101001111110010010011000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2639D; }

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

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

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

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

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

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

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

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