#A933C9

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

Shades of Dark Orchid #A933C9

Tints of Dark Orchid #A933C9

Color information

#A933C9 (or 0xA933C9) is unknown color: approx Dark Orchid. HEX triplet: A9, 33 and C9. RGB value is (169,51,201). Sum of RGB (Red+Green+Blue) = 169+51+201=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #A933C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933C9 is #56CC36. Grayscale: #666666. Windows color (decimal): -5688375 or 13185961. OLE color: 13185961.

HSL color Cylindrical-coordinate representation of color #A933C9: hue angle of 287.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A933C9 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16951201-
CMYK0.160.7500.21
HSL287.2º59.52%49.41%-
HSV(B)287.2º74.63%78.82%-
XYZ28.0915.0256.68-
YUV103.38183.09174.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 51 (20.31% from 255) = 12.11%
BLUE value IS 201 (78.91% from 255) = 47.74%
R=40.14%
G=12.11%
B=47.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169512010.160.7500.21287.259.5249.41
HexA933C9104B01511f3c31
Octal25163311201130254377461
Binary1010100111001111001001100001001011010101100011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A933C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A933C9; }

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

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

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

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

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

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

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

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