#A2629E

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

Shades of Violet Blue #A2629E

Tints of Violet Blue #A2629E

Color information

#A2629E (or 0xA2629E) is unknown color: approx Violet Blue. HEX triplet: A2, 62 and 9E. RGB value is (162,98,158). Sum of RGB (Red+Green+Blue) = 162+98+158=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2629E is #5D9D61. Grayscale: #7B7B7B. Windows color (decimal): -6135138 or 10379938. OLE color: 10379938.

HSL color Cylindrical-coordinate representation of color #A2629E: hue angle of 303.75º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2629E is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16298158-
CMYK00.400.020.36
HSL303.75º25.6%50.98%-
HSV(B)303.75º39.51%63.53%-
XYZ25.4418.8934.65-
YUV123.98147.2155.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 98 (38.67% from 255) = 23.44%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=38.76%
G=23.44%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629815800.400.020.36303.7525.650.98
HexA2629E0282241301a33
Octal2421422360502444603263
Binary1010001011000101001111001010001010010010011000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2629E; }

 p { color: rgb(162,98,158); }

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

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

 a { background-color: rgb(162,98,158); }

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

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

 span { border-color: rgb(162,98,158); }

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