#A217BE

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

Shades of Dark Orchid #A217BE

Tints of Dark Orchid #A217BE

Color information

#A217BE (or 0xA217BE) is unknown color: approx Dark Orchid. HEX triplet: A2, 17 and BE. RGB value is (162,23,190). Sum of RGB (Red+Green+Blue) = 162+23+190=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #A217BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BE is #5DE841. Grayscale: #535353. Windows color (decimal): -6154306 or 12457890. OLE color: 12457890.

HSL color Cylindrical-coordinate representation of color #A217BE: hue angle of 289.94º degrees, saturation: 0.78, 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 #A217BE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16223190-
CMYK0.150.8800.25
HSL289.94º78.4%41.76%-
HSV(B)289.94º87.89%74.51%-
XYZ24.512.0149.74-
YUV83.6188.05183.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 23 (9.38% from 255) = 6.13%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=43.2%
G=6.13%
B=50.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162231900.150.8800.25289.9478.441.76
HexA217BEF580191224e2a
Octal242272761713003144211652
Binary101000101011110111110111110110000110011001000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A217BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A217BE; }

 p { color: rgb(162,23,190); }

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

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

 a { background-color: rgb(162,23,190); }

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

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

 span { border-color: rgb(162,23,190); }

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