#A24DDB

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

Shades of Medium Orchid #A24DDB

Tints of Medium Orchid #A24DDB

Color information

#A24DDB (or 0xA24DDB) is unknown color: approx Medium Orchid. HEX triplet: A2, 4D and DB. RGB value is (162,77,219). Sum of RGB (Red+Green+Blue) = 162+77+219=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #A24DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DDB is #5DB224. Grayscale: #767676. Windows color (decimal): -6140453 or 14372258. OLE color: 14372258.

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

Color convert

RGB16277219-
CMYK0.260.6500.14
HSL275.92º66.36%58.04%-
HSV(B)275.92º64.84%85.88%-
XYZ30.3418.168.91-
YUV118.6184.66158.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=35.37%
G=16.81%
B=47.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162772190.260.6500.14275.9266.3658.04
HexA24DDB1A410E114423a
Octal2421153333210101642410272
Binary10100010100110111011011110101000001011101000101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24DDB; }

 p { color: rgb(162,77,219); }

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

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

 a { background-color: rgb(162,77,219); }

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

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

 span { border-color: rgb(162,77,219); }

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