#A527A7

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

Shades of Vivid Violet #A527A7

Tints of Vivid Violet #A527A7

Color information

#A527A7 (or 0xA527A7) is unknown color: approx Vivid Violet. HEX triplet: A5, 27 and A7. RGB value is (165,39,167). Sum of RGB (Red+Green+Blue) = 165+39+167=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #A527A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A527A7 is #5AD858. Grayscale: #5A5A5A. Windows color (decimal): -5953625 or 10954661. OLE color: 10954661.

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

Color convert

RGB16539167-
CMYK0.010.7700.35
HSL299.06º62.14%40.39%-
HSV(B)299.06º76.65%65.49%-
XYZ23.2212.2437.7-
YUV91.27170.74180.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 39 (15.62% from 255) = 10.51%
BLUE value IS 167 (65.62% from 255) = 45.01%
R=44.47%
G=10.51%
B=45.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165391670.010.7700.35299.0662.1440.39
HexA527A714D02312b3e28
Octal2454724711150434537650
Binary1010010110011110100111110011010100011100101011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A527A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A527A7; }

 p { color: rgb(165,39,167); }

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

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

 a { background-color: rgb(165,39,167); }

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

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

 span { border-color: rgb(165,39,167); }

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