#A017CA

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

Shades of Dark Violet #A017CA

Tints of Dark Violet #A017CA

Color information

#A017CA (or 0xA017CA) is unknown color: approx Dark Violet. HEX triplet: A0, 17 and CA. RGB value is (160,23,202). Sum of RGB (Red+Green+Blue) = 160+23+202=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #A017CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A017CA is #5FE835. Grayscale: #535353. Windows color (decimal): -6285366 or 13244320. OLE color: 13244320.

HSL color Cylindrical-coordinate representation of color #A017CA: hue angle of 285.92º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A017CA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16023202-
CMYK0.210.8900.21
HSL285.92º79.56%44.12%-
HSV(B)285.92º88.61%79.22%-
XYZ25.4612.3556.92-
YUV84.37194.39181.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 23 (9.38% from 255) = 5.97%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=41.56%
G=5.97%
B=52.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160232020.210.8900.21285.9279.5644.12
HexA017CA155901511e502c
Octal240273122513102543612054
Binary1010000010111110010101010110110010101011000111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A017CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A017CA; }

 p { color: rgb(160,23,202); }

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

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

 a { background-color: rgb(160,23,202); }

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

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

 span { border-color: rgb(160,23,202); }

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