#A020BF

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

Shades of Dark Orchid #A020BF

Tints of Dark Orchid #A020BF

Color information

#A020BF (or 0xA020BF) is unknown color: approx Dark Orchid. HEX triplet: A0, 20 and BF. RGB value is (160,32,191). Sum of RGB (Red+Green+Blue) = 160+32+191=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #A020BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A020BF is #5FDF40. Grayscale: #575757. Windows color (decimal): -6283073 or 12525728. OLE color: 12525728.

HSL color Cylindrical-coordinate representation of color #A020BF: hue angle of 288.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A020BF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16032191-
CMYK0.160.8300.25
HSL288.3º71.3%43.73%-
HSV(B)288.3º83.25%74.9%-
XYZ24.4212.2750.37-
YUV88.4185.91179.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 32 (12.89% from 255) = 8.36%
BLUE value IS 191 (75% from 255) = 49.87%
R=41.78%
G=8.36%
B=49.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160321910.160.8300.25288.371.343.73
HexA020BF1053019120472c
Octal240402772012303144010754
Binary10100000100000101111111000010100110110011001000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A020BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A020BF; }

 p { color: rgb(160,32,191); }

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

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

 a { background-color: rgb(160,32,191); }

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

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

 span { border-color: rgb(160,32,191); }

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