#A4639B

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

Shades of Violet Blue #A4639B

Tints of Violet Blue #A4639B

Color information

#A4639B (or 0xA4639B) is unknown color: approx Violet Blue. HEX triplet: A4, 63 and 9B. RGB value is (164,99,155). Sum of RGB (Red+Green+Blue) = 164+99+155=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A4639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4639B is #5B9C64. Grayscale: #7C7C7C. Windows color (decimal): -6003813 or 10183588. OLE color: 10183588.

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

Color convert

RGB16499155-
CMYK00.400.050.36
HSL308.31º26.32%51.57%-
HSV(B)308.31º39.63%64.31%-
XYZ25.6919.1833.36-
YUV124.82145.03155.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=39.23%
G=23.68%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649915500.400.050.36308.3126.3251.57
HexA4639B0285241341a34
Octal2441432330505444643264
Binary10100100110001110011011010100010110010010011010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4639B; }

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

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

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

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

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

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

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

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