Html Css Color HEX #A44FF2 Medium Orchid

📋 copy color: '#A44FF2'

red 164 ◦ green 79 ◦ blue 242

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

Shades of Medium Orchid #A44FF2

Tints of Medium Orchid #A44FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 33.81%
G = 16.29%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A44FF2 (or 0xA44FF2) is known color: Medium Orchid. HEX triplet: A4, 4F and F2. RGB value is (164,79,242). Sum of RGB (Red+Green+Blue) = 164+79+242=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #A44FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44FF2 is #5BB00D. Grayscale: #7A7A7A. Windows color (decimal): -6008846 or 15880100. OLE color: 15880100.

HSL color Cylindrical-coordinate representation of color #A44FF2: hue angle of 271.29º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44FF2 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 79 242 -
CMYK 0.32 0.67 0 0.05
HSL 271.29º 0.86% 0.63% -
HSV(B) 271.29º 0.67% 0.95% -
XYZ 34.13 19.9 86.05 -
YUV 123 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 164 79 242 0.32 0.67 0 0.05 271.29 0.86 0.63
Hex A4 4F F2 20 43 0 5 10F 56 3F
Octal 244 117 362 40 103 0 5 417 126 77
Binary 10100100 1001111 11110010 100000 1000011 0 101 100001111 1010110 111111

Color Harmonies of #A44FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44FF2

Black with #A44FF2

Text Example


Text Example

White with #A44FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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