#A50ACF

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

Shades of Dark Violet #A50ACF

Tints of Dark Violet #A50ACF

Color information

#A50ACF (or 0xA50ACF) is unknown color: approx Dark Violet. HEX triplet: A5, 0A and CF. RGB value is (165,10,207). Sum of RGB (Red+Green+Blue) = 165+10+207=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #A50ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ACF is #5AF530. Grayscale: #4E4E4E. Windows color (decimal): -5961009 or 13568677. OLE color: 13568677.

HSL color Cylindrical-coordinate representation of color #A50ACF: hue angle of 287.21º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ACF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16510207-
CMYK0.200.9500.19
HSL287.21º90.78%42.55%-
HSV(B)287.21º95.17%81.18%-
XYZ26.8912.7260.07-
YUV78.8200.35189.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 10 (4.30% from 255) = 2.62%
BLUE value IS 207 (81.25% from 255) = 54.19%
R=43.19%
G=2.62%
B=54.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165102070.200.9500.19287.2190.7842.55
HexA5ACF145F01311f5b2b
Octal245123172413702343713353
Binary101001011010110011111010010111110100111000111111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50ACF; }

 p { color: rgb(165,10,207); }

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

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

 a { background-color: rgb(165,10,207); }

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

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

 span { border-color: rgb(165,10,207); }

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