#A933DC

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

Shades of Dark Orchid #A933DC

Tints of Dark Orchid #A933DC

Color information

#A933DC (or 0xA933DC) is unknown color: approx Dark Orchid. HEX triplet: A9, 33 and DC. RGB value is (169,51,220). Sum of RGB (Red+Green+Blue) = 169+51+220=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A933DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933DC is #56CC23. Grayscale: #686868. Windows color (decimal): -5688356 or 14431145. OLE color: 14431145.

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

Color convert

RGB16951220-
CMYK0.230.7700.14
HSL281.89º70.71%53.14%-
HSV(B)281.89º76.82%86.27%-
XYZ30.4615.9769.19-
YUV105.55192.59173.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 51 (20.31% from 255) = 11.59%
BLUE value IS 220 (86.33% from 255) = 50%
R=38.41%
G=11.59%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169512200.230.7700.14281.8970.7153.14
HexA933DC174D0E11a4735
Octal251633342711501643210765
Binary1010100111001111011100101111001101011101000110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A933DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A933DC; }

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

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

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

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

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

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

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

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