#A924BA

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

Shades of Dark Orchid #A924BA

Tints of Dark Orchid #A924BA

Color information

#A924BA (or 0xA924BA) is unknown color: approx Dark Orchid. HEX triplet: A9, 24 and BA. RGB value is (169,36,186). Sum of RGB (Red+Green+Blue) = 169+36+186=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A924BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A924BA is #56DB45. Grayscale: #5C5C5C. Windows color (decimal): -5692230 or 12199081. OLE color: 12199081.

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

Color convert

RGB16936186-
CMYK0.090.8100.27
HSL293.2º67.57%43.53%-
HSV(B)293.2º80.65%72.94%-
XYZ25.8613.2447.65-
YUV92.87180.56182.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=43.22%
G=9.21%
B=47.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169361860.090.8100.27293.267.5743.53
HexA924BA95101B125442c
Octal251442721112103344510454
Binary1010100110010010111010100110100010110111001001011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A924BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A924BA; }

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

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

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

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

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

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

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

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