Html Css Color HEX #A44FDE Medium Orchid

📋 copy color: '#A44FDE'

red 164 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #A44FDE

Tints of Medium Orchid #A44FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.99%

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 35.27%
G = 16.99%
B = 47.74%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A44FDE (or 0xA44FDE) is known color: Medium Orchid. HEX triplet: A4, 4F and DE. RGB value is (164,79,222). Sum of RGB (Red+Green+Blue) = 164+79+222=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A44FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44FDE is #5BB021. Grayscale: #787878. Windows color (decimal): -6008866 or 14569380. OLE color: 14569380.

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

Color convert

RGB 164 79 222 -
CMYK 0.26 0.64 0 0.13
HSL 275.66º 0.68% 0.59% -
HSV(B) 275.66º 0.64% 0.87% -
XYZ 31.29 18.76 71.08 -
YUV 120.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 164 79 222 0.26 0.64 0 0.13 275.66 0.68 0.59
Hex A4 4F DE 1A 40 0 D 114 44 3B
Octal 244 117 336 32 100 0 15 424 104 73
Binary 10100100 1001111 11011110 11010 1000000 0 1101 100010100 1000100 111011

Color Harmonies of #A44FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44FDE

Black with #A44FDE

Text Example


Text Example

White with #A44FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44FDE; }

 p { color: rgb(164,79,222); }

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

background-color css

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

 a { background-color: rgb(164,79,222); }

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

border-color css

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

 span { border-color: rgb(164,79,222); }

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