#A716BE

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

Shades of Dark Orchid #A716BE

Tints of Dark Orchid #A716BE

Color information

#A716BE (or 0xA716BE) is unknown color: approx Dark Orchid. HEX triplet: A7, 16 and BE. RGB value is (167,22,190). Sum of RGB (Red+Green+Blue) = 167+22+190=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #A716BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716BE is #58E941. Grayscale: #535353. Windows color (decimal): -5826882 or 12457639. OLE color: 12457639.

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

Color convert

RGB16722190-
CMYK0.120.8800.25
HSL291.79º79.25%41.57%-
HSV(B)291.79º88.42%74.51%-
XYZ25.5212.5149.78-
YUV84.51187.54186.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 22 (8.98% from 255) = 5.80%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=44.06%
G=5.80%
B=50.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167221900.120.8800.25291.7979.2541.57
HexA716BEC580191244f2a
Octal247262761413003144411752
Binary101001111011010111110110010110000110011001001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A716BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A716BE; }

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

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

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

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

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

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

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

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