#A653DD

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

Shades of Medium Orchid #A653DD

Tints of Medium Orchid #A653DD

Color information

#A653DD (or 0xA653DD) is unknown color: approx Medium Orchid. HEX triplet: A6, 53 and DD. RGB value is (166,83,221). Sum of RGB (Red+Green+Blue) = 166+83+221=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A653DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653DD is #59AC22. Grayscale: #7B7B7B. Windows color (decimal): -5876771 or 14504870. OLE color: 14504870.

HSL color Cylindrical-coordinate representation of color #A653DD: hue angle of 276.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A653DD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16683221-
CMYK0.250.6200.13
HSL276.09º66.99%59.61%-
HSV(B)276.09º62.44%86.67%-
XYZ31.8719.5170.49-
YUV123.55183158.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 83 (32.81% from 255) = 17.66%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=35.32%
G=17.66%
B=47.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166832210.250.6200.13276.0966.9959.61
HexA653DD193E0D114433c
Octal246123335317601542410374
Binary1010011010100111101110111001111110011011000101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A653DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A653DD; }

 p { color: rgb(166,83,221); }

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

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

 a { background-color: rgb(166,83,221); }

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

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

 span { border-color: rgb(166,83,221); }

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