#A834A4

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

Shades of Violet Blue #A834A4

Tints of Violet Blue #A834A4

Color information

#A834A4 (or 0xA834A4) is unknown color: approx Violet Blue. HEX triplet: A8, 34 and A4. RGB value is (168,52,164). Sum of RGB (Red+Green+Blue) = 168+52+164=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A834A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834A4 is #57CB5B. Grayscale: #636363. Windows color (decimal): -5753692 or 10761384. OLE color: 10761384.

HSL color Cylindrical-coordinate representation of color #A834A4: hue angle of 302.07º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A834A4 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16852164-
CMYK00.690.020.34
HSL302.07º52.73%43.14%-
HSV(B)302.07º69.05%65.88%-
XYZ24.0813.4636.45-
YUV99.45164.43176.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 52 (20.70% from 255) = 13.54%
BLUE value IS 164 (64.45% from 255) = 42.71%
R=43.75%
G=13.54%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685216400.690.020.34302.0752.7343.14
HexA834A404522212e352b
Octal2506424401052424566553
Binary10101000110100101001000100010110100010100101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A834A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A834A4; }

 p { color: rgb(168,52,164); }

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

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

 a { background-color: rgb(168,52,164); }

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

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

 span { border-color: rgb(168,52,164); }

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