#A523A3

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

Shades of Vivid Violet #A523A3

Tints of Vivid Violet #A523A3

Color information

#A523A3 (or 0xA523A3) is unknown color: approx Vivid Violet. HEX triplet: A5, 23 and A3. RGB value is (165,35,163). Sum of RGB (Red+Green+Blue) = 165+35+163=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A523A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A523A3 is #5ADC5C. Grayscale: #585858. Windows color (decimal): -5954653 or 10691493. OLE color: 10691493.

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

Color convert

RGB16535163-
CMYK00.790.010.35
HSL300.92º65%39.22%-
HSV(B)300.92º78.79%64.71%-
XYZ22.7311.8535.74-
YUV88.46170.07182.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 35 (14.06% from 255) = 9.64%
BLUE value IS 163 (64.06% from 255) = 44.90%
R=45.45%
G=9.64%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653516300.790.010.35300.926539.22
HexA523A304F12312d4127
Octal24543243011714345510147
Binary10100101100011101000110100111111000111001011011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A523A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A523A3; }

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

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

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

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

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

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

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

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