#A734A8

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

Shades of Violet Blue #A734A8

Tints of Violet Blue #A734A8

Color information

#A734A8 (or 0xA734A8) is unknown color: approx Violet Blue. HEX triplet: A7, 34 and A8. RGB value is (167,52,168). Sum of RGB (Red+Green+Blue) = 167+52+168=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #A734A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A734A8 is #58CB57. Grayscale: #636363. Windows color (decimal): -5819224 or 11023527. OLE color: 11023527.

HSL color Cylindrical-coordinate representation of color #A734A8: hue angle of 299.48º 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 #A734A8 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16752168-
CMYK0.010.6900.34
HSL299.48º52.73%43.14%-
HSV(B)299.48º69.05%65.88%-
XYZ24.2313.538.37-
YUV99.61166.6176.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 168 (66.02% from 255) = 43.41%
R=43.15%
G=13.44%
B=43.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167521680.010.6900.34299.4852.7343.14
HexA734A814502212b352b
Octal2476425011050424536553
Binary1010011111010010101000110001010100010100101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A734A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A734A8; }

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

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

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

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

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

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

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

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