#A4639E

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

Shades of Violet Blue #A4639E

Tints of Violet Blue #A4639E

Color information

#A4639E (or 0xA4639E) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and 9E. RGB value is (164,99,158). Sum of RGB (Red+Green+Blue) = 164+99+158=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4639E is #5B9C61. Grayscale: #7C7C7C. Windows color (decimal): -6003810 or 10380196. OLE color: 10380196.

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

Color convert

RGB16499158-
CMYK00.400.040.36
HSL305.54º26.32%51.57%-
HSV(B)305.54º39.63%64.31%-
XYZ25.9419.2834.7-
YUV125.16146.53155.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=38.95%
G=23.52%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649915800.400.040.36305.5426.3251.57
HexA4639E0284241321a34
Octal2441432360504444623264
Binary10100100110001110011110010100010010010010011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4639E; }

 p { color: rgb(164,99,158); }

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

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

 a { background-color: rgb(164,99,158); }

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

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

 span { border-color: rgb(164,99,158); }

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