Html Css Color HEX #A44FE8 Medium Orchid

📋 copy color: '#A44FE8'

red 164 ◦ green 79 ◦ blue 232

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

Shades of Medium Orchid #A44FE8

Tints of Medium Orchid #A44FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 34.53%
G = 16.63%
B = 48.84%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A44FE8 (or 0xA44FE8) is known color: Medium Orchid. HEX triplet: A4, 4F and E8. RGB value is (164,79,232). Sum of RGB (Red+Green+Blue) = 164+79+232=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #A44FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44FE8 is #5BB017. Grayscale: #797979. Windows color (decimal): -6008856 or 15224740. OLE color: 15224740.

HSL color Cylindrical-coordinate representation of color #A44FE8: hue angle of 273.33º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44FE8 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 79 232 -
CMYK 0.29 0.66 0 0.09
HSL 273.33º 0.77% 0.61% -
HSV(B) 273.33º 0.66% 0.91% -
XYZ 32.67 19.31 78.35 -
YUV 121.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 164 79 232 0.29 0.66 0 0.09 273.33 0.77 0.61
Hex A4 4F E8 1D 42 0 9 111 4D 3D
Octal 244 117 350 35 102 0 11 421 115 75
Binary 10100100 1001111 11101000 11101 1000010 0 1001 100010001 1001101 111101

Color Harmonies of #A44FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44FE8

Black with #A44FE8

Text Example


Text Example

White with #A44FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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