#A920BA

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

Shades of Dark Orchid #A920BA

Tints of Dark Orchid #A920BA

Color information

#A920BA (or 0xA920BA) is unknown color: approx Dark Orchid. HEX triplet: A9, 20 and BA. RGB value is (169,32,186). Sum of RGB (Red+Green+Blue) = 169+32+186=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A920BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920BA is #56DF45. Grayscale: #5A5A5A. Windows color (decimal): -5693254 or 12198057. OLE color: 12198057.

HSL color Cylindrical-coordinate representation of color #A920BA: hue angle of 293.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A920BA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16932186-
CMYK0.090.8300.27
HSL293.38º70.64%42.75%-
HSV(B)293.38º82.8%72.94%-
XYZ25.7413.0147.61-
YUV90.52181.89183.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=43.67%
G=8.27%
B=48.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169321860.090.8300.27293.3870.6442.75
HexA920BA95301B125472b
Octal251402721112303344510753
Binary1010100110000010111010100110100110110111001001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A920BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A920BA; }

 p { color: rgb(169,32,186); }

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

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

 a { background-color: rgb(169,32,186); }

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

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

 span { border-color: rgb(169,32,186); }

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