Html Css Color HEX #A44CDB Medium Orchid

📋 copy color: '#A44CDB'

red 164 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #A44CDB

Tints of Medium Orchid #A44CDB

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

 GREEN value IS 76 (30.08% from 255) = 16.56%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 35.73%
G = 16.56%
B = 47.71%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A44CDB (or 0xA44CDB) is known color: Medium Orchid. HEX triplet: A4, 4C and DB. RGB value is (164,76,219). Sum of RGB (Red+Green+Blue) = 164+76+219=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A44CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CDB is #5BB324. Grayscale: #767676. Windows color (decimal): -6009637 or 14372004. OLE color: 14372004.

HSL color Cylindrical-coordinate representation of color #A44CDB: hue angle of 276.92º degrees, saturation: 0.67, 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 #A44CDB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 76 219 -
CMYK 0.25 0.65 0 0.14
HSL 276.92º 0.67% 0.58% -
HSV(B) 276.92º 0.65% 0.86% -
XYZ 30.68 18.18 68.91 -
YUV 118.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 164 76 219 0.25 0.65 0 0.14 276.92 0.67 0.58
Hex A4 4C DB 19 41 0 E 115 43 3A
Octal 244 114 333 31 101 0 16 425 103 72
Binary 10100100 1001100 11011011 11001 1000001 0 1110 100010101 1000011 111010

Color Harmonies of #A44CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CDB

Black with #A44CDB

Text Example


Text Example

White with #A44CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CDB; }

 p { color: rgb(164,76,219); }

 H1.HeaderClassName
 {
   color: #A44CDB;
 }
 .AnyTagClassName
 {
   color: #A44CDB;
 }
</style>

background-color css

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

 a { background-color: rgb(164,76,219); }

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

border-color css

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

 span { border-color: rgb(164,76,219); }

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