#A905E2

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

Shades of Dark Violet #A905E2

Tints of Dark Violet #A905E2

Color information

#A905E2 (or 0xA905E2) is unknown color: approx Dark Violet. HEX triplet: A9, 05 and E2. RGB value is (169,5,226). Sum of RGB (Red+Green+Blue) = 169+5+226=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 226 (88.67% from 255 or 56.5% from 400); Max value from RGB is 226 - color contains mainly: blue. Hex color #A905E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905E2 is #56FA1D. Grayscale: #4E4E4E. Windows color (decimal): -5700126 or 14812585. OLE color: 14812585.

HSL color Cylindrical-coordinate representation of color #A905E2: hue angle of 284.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905E2 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1695226-
CMYK0.250.9800.11
HSL284.52º95.67%45.29%-
HSV(B)284.52º97.79%88.63%-
XYZ30.1414.0373.07-
YUV79.23210.83192.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 5 (2.34% from 255) = 1.25%
BLUE value IS 226 (88.67% from 255) = 56.5%
R=42.25%
G=1.25%
B=56.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16952260.250.9800.11284.5295.6745.29
HexA95E219620B11d602d
Octal25153423114201343514055
Binary1010100110111100010110011100010010111000111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A905E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A905E2; }

 p { color: rgb(169,5,226); }

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

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

 a { background-color: rgb(169,5,226); }

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

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

 span { border-color: rgb(169,5,226); }

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