#A933BD

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

Shades of Dark Orchid #A933BD

Tints of Dark Orchid #A933BD

Color information

#A933BD (or 0xA933BD) is unknown color: approx Dark Orchid. HEX triplet: A9, 33 and BD. RGB value is (169,51,189). Sum of RGB (Red+Green+Blue) = 169+51+189=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #A933BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933BD is #56CC42. Grayscale: #656565. Windows color (decimal): -5688387 or 12399529. OLE color: 12399529.

HSL color Cylindrical-coordinate representation of color #A933BD: hue angle of 291.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A933BD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16951189-
CMYK0.110.7300.26
HSL291.3º57.5%47.06%-
HSV(B)291.3º73.02%74.12%-
XYZ26.7314.4849.53-
YUV102.01177.09175.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=41.32%
G=12.47%
B=46.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169511890.110.7300.26291.357.547.06
HexA933BDB4901A1233a2f
Octal25163275131110324437257
Binary101010011100111011110110111001001011010100100011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A933BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A933BD; }

 p { color: rgb(169,51,189); }

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

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

 a { background-color: rgb(169,51,189); }

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

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

 span { border-color: rgb(169,51,189); }

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