Html Css Color HEX #A44CDD Medium Orchid

📋 copy color: '#A44CDD'

red 164 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #A44CDD

Tints of Medium Orchid #A44CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 35.57%
G = 16.49%
B = 47.94%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A44CDD (or 0xA44CDD) is known color: Medium Orchid. HEX triplet: A4, 4C and DD. RGB value is (164,76,221). Sum of RGB (Red+Green+Blue) = 164+76+221=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A44CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44CDD is #5BB322. Grayscale: #767676. Windows color (decimal): -6009635 or 14503076. OLE color: 14503076.

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

Color convert

RGB 164 76 221 -
CMYK 0.26 0.66 0 0.13
HSL 276.41º 0.68% 0.58% -
HSV(B) 276.41º 0.66% 0.87% -
XYZ 30.95 18.28 70.3 -
YUV 118.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 164 76 221 0.26 0.66 0 0.13 276.41 0.68 0.58
Hex A4 4C DD 1A 42 0 D 114 44 3A
Octal 244 114 335 32 102 0 15 424 104 72
Binary 10100100 1001100 11011101 11010 1000010 0 1101 100010100 1000100 111010

Color Harmonies of #A44CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44CDD

Black with #A44CDD

Text Example


Text Example

White with #A44CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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