#A4639A

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

Shades of Violet Blue #A4639A

Tints of Violet Blue #A4639A

Color information

#A4639A (or 0xA4639A) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and 9A. RGB value is (164,99,154). Sum of RGB (Red+Green+Blue) = 164+99+154=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4639A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4639A is #5B9C65. Grayscale: #7C7C7C. Windows color (decimal): -6003814 or 10118052. OLE color: 10118052.

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

Color convert

RGB16499154-
CMYK00.400.060.36
HSL309.23º26.32%51.57%-
HSV(B)309.23º39.63%64.31%-
XYZ25.619.1532.92-
YUV124.7144.53156.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=39.33%
G=23.74%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649915400.400.060.36309.2326.3251.57
HexA4639A0286241351a34
Octal2441432320506444653264
Binary10100100110001110011010010100011010010010011010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4639A; }

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

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

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

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

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

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

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

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