Html Css Color HEX #A24DDB Medium Orchid

📋 copy color: '#A24DDB'

red 162 ◦ green 77 ◦ blue 219

#A24DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #A24DDB

Tints of Medium Orchid #A24DDB

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 value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A24DDB (or 0xA24DDB) is known color: 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

RGB 162 77 219 -
CMYK 0.26 0.65 0 0.14
HSL 275.92º 0.66% 0.58% -
HSV(B) 275.92º 0.65% 0.86% -
XYZ 30.34 18.1 68.91 -
YUV 118.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 162 77 219 0.26 0.65 0 0.14 275.92 0.66 0.58
Hex A2 4D DB 1A 41 0 E 114 42 3A
Octal 242 115 333 32 101 0 16 424 102 72
Binary 10100010 1001101 11011011 11010 1000001 0 1110 100010100 1000010 111010

Color Harmonies of #A24DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DDB

Black with #A24DDB

Text Example


Text Example

White with #A24DDB

Text Example


Text Example

HTML Codes & Css Web 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>