#A933DE

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

Shades of Dark Orchid #A933DE

Tints of Dark Orchid #A933DE

Color information

#A933DE (or 0xA933DE) is unknown color: approx Dark Orchid. HEX triplet: A9, 33 and DE. RGB value is (169,51,222). Sum of RGB (Red+Green+Blue) = 169+51+222=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #A933DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933DE is #56CC21. Grayscale: #696969. Windows color (decimal): -5688354 or 14562217. OLE color: 14562217.

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

Color convert

RGB16951222-
CMYK0.240.7700.13
HSL281.4º72.15%53.53%-
HSV(B)281.4º77.03%87.06%-
XYZ30.7316.0870.59-
YUV105.78193.59173.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=38.24%
G=11.54%
B=50.23%

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
Decimal169512220.240.7700.13281.472.1553.53
HexA933DE184D0D1194836
Octal251633363011501543111066
Binary1010100111001111011110110001001101011011000110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A933DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A933DE; }

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

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

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

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

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

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

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

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