#A4629A

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

Shades of Violet Blue #A4629A

Tints of Violet Blue #A4629A

Color information

#A4629A (or 0xA4629A) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and 9A. RGB value is (164,98,154). Sum of RGB (Red+Green+Blue) = 164+98+154=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A4629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4629A is #5B9D65. Grayscale: #7B7B7B. Windows color (decimal): -6004070 or 10117796. OLE color: 10117796.

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

Color convert

RGB16498154-
CMYK00.400.060.36
HSL309.09º26.61%51.37%-
HSV(B)309.09º40.24%64.31%-
XYZ25.5118.9632.89-
YUV124.12144.87156.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 98 (38.67% from 255) = 23.56%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=39.42%
G=23.56%
B=37.02%

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
Decimal1649815400.400.060.36309.0926.6151.37
HexA4629A0286241351b33
Octal2441422320506444653363
Binary10100100110001010011010010100011010010010011010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4629A; }

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

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

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

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

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

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

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

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