#a34a9d

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

Shades of Violet Blue #A34A9D

Tints of Violet Blue #A34A9D

Color information

#A34A9D (or 0xA34A9D) is unknown color: approx Violet Blue. HEX triplet: A3, 4A and 9D. RGB value is (163,74,157). Sum of RGB (Red+Green+Blue) = 163+74+157=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34A9D is #5CB562. Grayscale: #6D6D6D. Windows color (decimal): -6075747 or 10308259. OLE color: 10308259.

HSL color Cylindrical-coordinate representation of color #A34A9D: hue angle of 304.04º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A9D is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16374157-
CMYK00.550.040.36
HSL304.04º37.55%46.47%-
HSV(B)304.04º54.6%63.92%-
XYZ23.6415.1233.57-
YUV110.07154.49165.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 74 (29.30% from 255) = 18.78%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=41.37%
G=18.78%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637415700.550.040.36304.0437.5546.47
HexA34A9D037424130262e
Octal2431122350674444604656
Binary101000111001010100111010110111100100100100110000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34a9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34a9d; }

 p { color: rgb(163,74,157); }

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

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

 a { background-color: rgb(163,74,157); }

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

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

 span { border-color: rgb(163,74,157); }

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