#A405CC

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

Shades of Dark Violet #A405CC

Tints of Dark Violet #A405CC

Color information

#A405CC (or 0xA405CC) is unknown color: approx Dark Violet. HEX triplet: A4, 05 and CC. RGB value is (164,5,204). Sum of RGB (Red+Green+Blue) = 164+5+204=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #A405CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405CC is #5BFA33. Grayscale: #4A4A4A. Windows color (decimal): -6027828 or 13370788. OLE color: 13370788.

HSL color Cylindrical-coordinate representation of color #A405CC: hue angle of 287.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A405CC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1645204-
CMYK0.200.9800.2
HSL287.94º95.22%40.98%-
HSV(B)287.94º97.55%80%-
XYZ26.2612.3658.13-
YUV75.23200.68191.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 5 (2.34% from 255) = 1.34%
BLUE value IS 204 (80.08% from 255) = 54.69%
R=43.97%
G=1.34%
B=54.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16452040.200.9800.2287.9495.2240.98
HexA45CC14620141205f29
Octal24453142414202444013751
Binary10100100101110011001010011000100101001001000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A405CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A405CC; }

 p { color: rgb(164,5,204); }

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

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

 a { background-color: rgb(164,5,204); }

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

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

 span { border-color: rgb(164,5,204); }

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