#A3629E

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

Shades of Violet Blue #A3629E

Tints of Violet Blue #A3629E

Color information

#A3629E (or 0xA3629E) is unknown color: approx Violet Blue. HEX triplet: A3, 62 and 9E. RGB value is (163,98,158). Sum of RGB (Red+Green+Blue) = 163+98+158=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3629E is #5C9D61. Grayscale: #7C7C7C. Windows color (decimal): -6069602 or 10379939. OLE color: 10379939.

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

Color convert

RGB16398158-
CMYK00.400.030.36
HSL304.62º26.1%51.18%-
HSV(B)304.62º39.88%63.92%-
XYZ25.6418.9934.66-
YUV124.28147.03155.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=38.90%
G=23.39%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639815800.400.030.36304.6226.151.18
HexA3629E0283241311a33
Octal2431422360503444613263
Binary1010001111000101001111001010001110010010011000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3629E; }

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

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

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

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

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

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

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

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