#A217BD

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

Shades of Dark Orchid #A217BD

Tints of Dark Orchid #A217BD

Color information

#A217BD (or 0xA217BD) is unknown color: approx Dark Orchid. HEX triplet: A2, 17 and BD. RGB value is (162,23,189). Sum of RGB (Red+Green+Blue) = 162+23+189=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #A217BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BD is #5DE842. Grayscale: #525252. Windows color (decimal): -6154307 or 12392354. OLE color: 12392354.

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

Color convert

RGB16223189-
CMYK0.140.8800.26
HSL290.24º78.3%41.57%-
HSV(B)290.24º87.83%74.12%-
XYZ24.3911.9749.17-
YUV83.48187.55184-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 23 (9.38% from 255) = 6.15%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=43.32%
G=6.15%
B=50.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162231890.140.8800.26290.2478.341.57
HexA217BDE5801A1224e2a
Octal242272751613003244211652
Binary101000101011110111101111010110000110101001000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A217BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A217BD; }

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

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

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

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

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

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

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

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