#A523A4

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

Shades of Vivid Violet #A523A4

Tints of Vivid Violet #A523A4

Color information

#A523A4 (or 0xA523A4) is unknown color: approx Vivid Violet. HEX triplet: A5, 23 and A4. RGB value is (165,35,164). Sum of RGB (Red+Green+Blue) = 165+35+164=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A523A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A523A4 is #5ADC5B. Grayscale: #585858. Windows color (decimal): -5954652 or 10757029. OLE color: 10757029.

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

Color convert

RGB16535164-
CMYK00.790.010.35
HSL300.46º65%39.22%-
HSV(B)300.46º78.79%64.71%-
XYZ22.8211.8836.21-
YUV88.58170.57182.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 35 (14.06% from 255) = 9.62%
BLUE value IS 164 (64.45% from 255) = 45.05%
R=45.33%
G=9.62%
B=45.05%

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
Decimal1653516400.790.010.35300.466539.22
HexA523A404F12312c4127
Octal24543244011714345410147
Binary10100101100011101001000100111111000111001011001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A523A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A523A4; }

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

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

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

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

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

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

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

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