#A317E2

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

Shades of Dark Violet #A317E2

Tints of Dark Violet #A317E2

Color information

#A317E2 (or 0xA317E2) is unknown color: approx Dark Violet. HEX triplet: A3, 17 and E2. RGB value is (163,23,226). Sum of RGB (Red+Green+Blue) = 163+23+226=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 226 (88.67% from 255 or 54.85% from 412); Max value from RGB is 226 - color contains mainly: blue. Hex color #A317E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317E2 is #5CE81D. Grayscale: #575757. Windows color (decimal): -6088734 or 14817187. OLE color: 14817187.

HSL color Cylindrical-coordinate representation of color #A317E2: hue angle of 281.38º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A317E2 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16323226-
CMYK0.280.9000.11
HSL281.38º81.53%48.82%-
HSV(B)281.38º89.82%88.63%-
XYZ29.1413.8973.1-
YUV88205.88181.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 23 (9.38% from 255) = 5.58%
BLUE value IS 226 (88.67% from 255) = 54.85%
R=39.56%
G=5.58%
B=54.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163232260.280.9000.11281.3881.5348.82
HexA317E21C5A0B1195231
Octal243273423413201343112261
Binary101000111011111100010111001011010010111000110011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A317E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A317E2; }

 p { color: rgb(163,23,226); }

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

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

 a { background-color: rgb(163,23,226); }

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

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

 span { border-color: rgb(163,23,226); }

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