#A317B3

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

Shades of Dark Orchid #A317B3

Tints of Dark Orchid #A317B3

Color information

#A317B3 (or 0xA317B3) is unknown color: approx Dark Orchid. HEX triplet: A3, 17 and B3. RGB value is (163,23,179). Sum of RGB (Red+Green+Blue) = 163+23+179=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #A317B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A317B3 is #5CE84C. Grayscale: #525252. Windows color (decimal): -6088781 or 11736995. OLE color: 11736995.

HSL color Cylindrical-coordinate representation of color #A317B3: hue angle of 293.85º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A317B3 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16323179-
CMYK0.090.8700.30
HSL293.85º77.23%39.61%-
HSV(B)293.85º87.15%70.2%-
XYZ23.5511.6543.66-
YUV82.64182.38185.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 23 (9.38% from 255) = 6.30%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=44.66%
G=6.30%
B=49.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal163231790.090.8700.30293.8577.2339.61
HexA317B395701E1264d28
Octal243272631112703644611550
Binary101000111011110110011100110101110111101001001101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A317B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A317B3; }

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

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

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

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

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

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

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

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