Html Css Color HEX #A44FF3 Medium Orchid

📋 copy color: '#A44FF3'

red 164 ◦ green 79 ◦ blue 243

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

Shades of Medium Orchid #A44FF3

Tints of Medium Orchid #A44FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50%

R = 33.74%
G = 16.26%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A44FF3 (or 0xA44FF3) is known color: Medium Orchid. HEX triplet: A4, 4F and F3. RGB value is (164,79,243). Sum of RGB (Red+Green+Blue) = 164+79+243=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #A44FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44FF3 is #5BB00C. Grayscale: #7A7A7A. Windows color (decimal): -6008845 or 15945636. OLE color: 15945636.

HSL color Cylindrical-coordinate representation of color #A44FF3: hue angle of 271.1º degrees, saturation: 0.87, 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 #A44FF3 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 79 243 -
CMYK 0.33 0.67 0 0.05
HSL 271.1º 0.87% 0.63% -
HSV(B) 271.1º 0.67% 0.95% -
XYZ 34.28 19.96 86.84 -
YUV 123.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 164 79 243 0.33 0.67 0 0.05 271.1 0.87 0.63
Hex A4 4F F3 21 43 0 5 10F 57 3F
Octal 244 117 363 41 103 0 5 417 127 77
Binary 10100100 1001111 11110011 100001 1000011 0 101 100001111 1010111 111111

Color Harmonies of #A44FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44FF3

Black with #A44FF3

Text Example


Text Example

White with #A44FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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