#A933DD

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

Shades of Dark Orchid #A933DD

Tints of Dark Orchid #A933DD

Color information

#A933DD (or 0xA933DD) is unknown color: approx Dark Orchid. HEX triplet: A9, 33 and DD. RGB value is (169,51,221). Sum of RGB (Red+Green+Blue) = 169+51+221=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #A933DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933DD is #56CC22. Grayscale: #696969. Windows color (decimal): -5688355 or 14496681. OLE color: 14496681.

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

Color convert

RGB16951221-
CMYK0.240.7700.13
HSL281.65º71.43%53.33%-
HSV(B)281.65º76.92%86.67%-
XYZ30.616.0269.89-
YUV105.66193.09173.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 51 (20.31% from 255) = 11.56%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=38.32%
G=11.56%
B=50.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169512210.240.7700.13281.6571.4353.33
HexA933DD184D0D11a4735
Octal251633353011501543210765
Binary1010100111001111011101110001001101011011000110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A933DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A933DD; }

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

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

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

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

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

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

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

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