#A716BD

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

Shades of Dark Orchid #A716BD

Tints of Dark Orchid #A716BD

Color information

#A716BD (or 0xA716BD) is unknown color: approx Dark Orchid. HEX triplet: A7, 16 and BD. RGB value is (167,22,189). Sum of RGB (Red+Green+Blue) = 167+22+189=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #A716BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716BD is #58E942. Grayscale: #535353. Windows color (decimal): -5826883 or 12392103. OLE color: 12392103.

HSL color Cylindrical-coordinate representation of color #A716BD: hue angle of 292.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A716BD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16722189-
CMYK0.120.8800.26
HSL292.1º79.15%41.37%-
HSV(B)292.1º88.36%74.12%-
XYZ25.4112.4649.21-
YUV84.39187.04186.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 22 (8.98% from 255) = 5.82%
BLUE value IS 189 (74.22% from 255) = 50%
R=44.18%
G=5.82%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167221890.120.8800.26292.179.1541.37
HexA716BDC5801A1244f29
Octal247262751413003244411751
Binary101001111011010111101110010110000110101001001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A716BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A716BD; }

 p { color: rgb(167,22,189); }

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

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

 a { background-color: rgb(167,22,189); }

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

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

 span { border-color: rgb(167,22,189); }

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