Html Css Color HEX #A44DDF Medium Orchid

📋 copy color: '#A44DDF'

red 164 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #A44DDF

Tints of Medium Orchid #A44DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 35.34%
G = 16.59%
B = 48.06%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A44DDF (or 0xA44DDF) is known color: Medium Orchid. HEX triplet: A4, 4D and DF. RGB value is (164,77,223). Sum of RGB (Red+Green+Blue) = 164+77+223=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #A44DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DDF is #5BB220. Grayscale: #777777. Windows color (decimal): -6009377 or 14634404. OLE color: 14634404.

HSL color Cylindrical-coordinate representation of color #A44DDF: hue angle of 275.75º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A44DDF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 77 223 -
CMYK 0.26 0.65 0 0.13
HSL 275.75º 0.7% 0.59% -
HSV(B) 275.75º 0.65% 0.87% -
XYZ 31.28 18.53 71.74 -
YUV 119.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 164 77 223 0.26 0.65 0 0.13 275.75 0.7 0.59
Hex A4 4D DF 1A 41 0 D 114 46 3B
Octal 244 115 337 32 101 0 15 424 106 73
Binary 10100100 1001101 11011111 11010 1000001 0 1101 100010100 1000110 111011

Color Harmonies of #A44DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DDF

Black with #A44DDF

Text Example


Text Example

White with #A44DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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