#A652DB

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

Shades of Medium Orchid #A652DB

Tints of Medium Orchid #A652DB

Color information

#A652DB (or 0xA652DB) is unknown color: approx Medium Orchid. HEX triplet: A6, 52 and DB. RGB value is (166,82,219). Sum of RGB (Red+Green+Blue) = 166+82+219=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A652DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652DB is #59AD24. Grayscale: #7A7A7A. Windows color (decimal): -5877029 or 14373542. OLE color: 14373542.

HSL color Cylindrical-coordinate representation of color #A652DB: hue angle of 276.79º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A652DB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16682219-
CMYK0.240.6300.14
HSL276.79º65.55%59.02%-
HSV(B)276.79º62.56%85.88%-
XYZ31.5319.2669.07-
YUV122.73182.33158.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 219 (85.94% from 255) = 46.90%
R=35.55%
G=17.56%
B=46.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166822190.240.6300.14276.7965.5559.02
HexA652DB183F0E115423b
Octal246122333307701642510273
Binary1010011010100101101101111000111111011101000101011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652DB; }

 p { color: rgb(166,82,219); }

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

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

 a { background-color: rgb(166,82,219); }

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

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

 span { border-color: rgb(166,82,219); }

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