#a323a4

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

Shades of Vivid Violet #A323A4

Tints of Vivid Violet #A323A4

Color information

#A323A4 (or 0xA323A4) is unknown color: approx Vivid Violet. HEX triplet: A3, 23 and A4. RGB value is (163,35,164). Sum of RGB (Red+Green+Blue) = 163+35+164=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #A323A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A323A4 is #5CDC5B. Grayscale: #575757. Windows color (decimal): -6085724 or 10757027. OLE color: 10757027.

HSL color Cylindrical-coordinate representation of color #A323A4: hue angle of 299.53º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A323A4 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16335164-
CMYK0.010.7900.36
HSL299.53º64.82%39.02%-
HSV(B)299.53º78.66%64.31%-
XYZ22.4111.6736.19-
YUV87.98170.91181.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 35 (14.06% from 255) = 9.67%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=45.03%
G=9.67%
B=45.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163351640.010.7900.36299.5364.8239.02
HexA323A414F02412c4127
Octal24343244111704445410147
Binary10100011100011101001001100111101001001001011001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a323a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a323a4; }

 p { color: rgb(163,35,164); }

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

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

 a { background-color: rgb(163,35,164); }

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

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

 span { border-color: rgb(163,35,164); }

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