#a528a4

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

Shades of Vivid Violet #A528A4

Tints of Vivid Violet #A528A4

Color information

#A528A4 (or 0xA528A4) is unknown color: approx Vivid Violet. HEX triplet: A5, 28 and A4. RGB value is (165,40,164). Sum of RGB (Red+Green+Blue) = 165+40+164=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A528A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528A4 is #5AD75B. Grayscale: #5B5B5B. Windows color (decimal): -5953372 or 10758309. OLE color: 10758309.

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

Color convert

RGB16540164-
CMYK00.760.010.35
HSL300.48º60.98%40.2%-
HSV(B)300.48º75.76%64.71%-
XYZ22.9812.236.27-
YUV91.51168.91180.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 40 (16.02% from 255) = 10.84%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=44.72%
G=10.84%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654016400.760.010.35300.4860.9840.2
HexA528A404C12312c3d28
Octal2455024401141434547550
Binary1010010110100010100100010011001100011100101100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a528a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a528a4; }

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

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

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

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

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

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

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

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