Html Css Color HEX #A44DD7 Medium Orchid

📋 copy color: '#A44DD7'

red 164 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #A44DD7

Tints of Medium Orchid #A44DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 35.96%
G = 16.89%
B = 47.15%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A44DD7 (or 0xA44DD7) is known color: Medium Orchid. HEX triplet: A4, 4D and D7. RGB value is (164,77,215). Sum of RGB (Red+Green+Blue) = 164+77+215=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #A44DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DD7 is #5BB228. Grayscale: #767676. Windows color (decimal): -6009385 or 14110116. OLE color: 14110116.

HSL color Cylindrical-coordinate representation of color #A44DD7: hue angle of 277.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A44DD7 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 77 215 -
CMYK 0.24 0.64 0 0.16
HSL 277.83º 0.63% 0.57% -
HSV(B) 277.83º 0.64% 0.84% -
XYZ 30.23 18.11 66.19 -
YUV 118.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 164 77 215 0.24 0.64 0 0.16 277.83 0.63 0.57
Hex A4 4D D7 18 40 0 10 116 3F 39
Octal 244 115 327 30 100 0 20 426 77 71
Binary 10100100 1001101 11010111 11000 1000000 0 10000 100010110 111111 111001

Color Harmonies of #A44DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DD7

Black with #A44DD7

Text Example


Text Example

White with #A44DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DD7; }

 p { color: rgb(164,77,215); }

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

background-color css

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

 a { background-color: rgb(164,77,215); }

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

border-color css

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

 span { border-color: rgb(164,77,215); }

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