#A924B9

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

Shades of Dark Orchid #A924B9

Tints of Dark Orchid #A924B9

Color information

#A924B9 (or 0xA924B9) is unknown color: approx Dark Orchid. HEX triplet: A9, 24 and B9. RGB value is (169,36,185). Sum of RGB (Red+Green+Blue) = 169+36+185=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #A924B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A924B9 is #56DB46. Grayscale: #5C5C5C. Windows color (decimal): -5692231 or 12133545. OLE color: 12133545.

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

Color convert

RGB16936185-
CMYK0.090.8100.27
HSL293.56º67.42%43.33%-
HSV(B)293.56º80.54%72.55%-
XYZ25.7513.247.09-
YUV92.75180.06182.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 36 (14.45% from 255) = 9.23%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=43.33%
G=9.23%
B=47.44%

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
Decimal169361850.090.8100.27293.5667.4243.33
HexA924B995101B126432b
Octal251442711112103344610353
Binary1010100110010010111001100110100010110111001001101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A924B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A924B9; }

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

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

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

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

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

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

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

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