#A928BA

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

Shades of Dark Orchid #A928BA

Tints of Dark Orchid #A928BA

Color information

#A928BA (or 0xA928BA) is unknown color: approx Dark Orchid. HEX triplet: A9, 28 and BA. RGB value is (169,40,186). Sum of RGB (Red+Green+Blue) = 169+40+186=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A928BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928BA is #56D745. Grayscale: #5E5E5E. Windows color (decimal): -5691206 or 12200105. OLE color: 12200105.

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

Color convert

RGB16940186-
CMYK0.090.7800.27
HSL293.01º64.6%44.31%-
HSV(B)293.01º78.49%72.94%-
XYZ25.9813.547.69-
YUV95.22179.24180.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=42.78%
G=10.13%
B=47.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169401860.090.7800.27293.0164.644.31
HexA928BA94E01B125412c
Octal251502721111603344510154
Binary1010100110100010111010100110011100110111001001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A928BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A928BA; }

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

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

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

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

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

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

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

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