#A928DF

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

Shades of Dark Orchid #A928DF

Tints of Dark Orchid #A928DF

Color information

#A928DF (or 0xA928DF) is unknown color: approx Dark Orchid. HEX triplet: A9, 28 and DF. RGB value is (169,40,223). Sum of RGB (Red+Green+Blue) = 169+40+223=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #A928DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928DF is #56D720. Grayscale: #626262. Windows color (decimal): -5691169 or 14624937. OLE color: 14624937.

HSL color Cylindrical-coordinate representation of color #A928DF: hue angle of 282.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A928DF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16940223-
CMYK0.240.8200.13
HSL282.3º74.09%51.57%-
HSV(B)282.3º82.06%87.45%-
XYZ30.4415.2871.16-
YUV99.43197.74177.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 40 (16.02% from 255) = 9.26%
BLUE value IS 223 (87.5% from 255) = 51.62%
R=39.12%
G=9.26%
B=51.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169402230.240.8200.13282.374.0951.57
HexA928DF18520D11a4a34
Octal251503373012201543211264
Binary1010100110100011011111110001010010011011000110101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A928DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A928DF; }

 p { color: rgb(169,40,223); }

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

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

 a { background-color: rgb(169,40,223); }

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

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

 span { border-color: rgb(169,40,223); }

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