#A506E4

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

Shades of Dark Violet #A506E4

Tints of Dark Violet #A506E4

Color information

#A506E4 (or 0xA506E4) is unknown color: approx Dark Violet. HEX triplet: A5, 06 and E4. RGB value is (165,6,228). Sum of RGB (Red+Green+Blue) = 165+6+228=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #A506E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506E4 is #5AF91B. Grayscale: #4E4E4E. Windows color (decimal): -5962012 or 14943909. OLE color: 14943909.

HSL color Cylindrical-coordinate representation of color #A506E4: hue angle of 282.97º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506E4 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1656228-
CMYK0.280.9700.11
HSL282.97º94.87%45.88%-
HSV(B)282.97º97.37%89.41%-
XYZ29.5913.7374.49-
YUV78.85212.18189.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 6 (2.73% from 255) = 1.50%
BLUE value IS 228 (89.45% from 255) = 57.14%
R=41.35%
G=1.50%
B=57.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16562280.280.9700.11282.9794.8745.88
HexA56E41C610B11b5f2e
Octal24563443414101343313756
Binary1010010111011100100111001100001010111000110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A506E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A506E4; }

 p { color: rgb(165,6,228); }

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

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

 a { background-color: rgb(165,6,228); }

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

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

 span { border-color: rgb(165,6,228); }

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