#A817BC

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

Shades of Dark Orchid #A817BC

Tints of Dark Orchid #A817BC

Color information

#A817BC (or 0xA817BC) is unknown color: approx Dark Orchid. HEX triplet: A8, 17 and BC. RGB value is (168,23,188). Sum of RGB (Red+Green+Blue) = 168+23+188=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #A817BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817BC is #57E843. Grayscale: #545454. Windows color (decimal): -5761092 or 12326824. OLE color: 12326824.

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

Color convert

RGB16823188-
CMYK0.110.8800.26
HSL292.73º78.2%41.37%-
HSV(B)292.73º87.77%73.73%-
XYZ25.5312.5748.66-
YUV85.16186.04187.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 23 (9.38% from 255) = 6.07%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=44.33%
G=6.07%
B=49.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168231880.110.8800.26292.7378.241.37
HexA817BCB5801A1254e29
Octal250272741313003244511651
Binary101010001011110111100101110110000110101001001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A817BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A817BC; }

 p { color: rgb(168,23,188); }

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

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

 a { background-color: rgb(168,23,188); }

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

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

 span { border-color: rgb(168,23,188); }

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