Html Css Color HEX #AA4FFA Medium Orchid

📋 copy color: '#AA4FFA'

red 170 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #AA4FFA

Tints of Medium Orchid #AA4FFA

RGB

 RED value IS 170 (66.8% from 255) = 34.07%

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 34.07%
G = 15.83%
B = 50.1%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4FFA (or 0xAA4FFA) is known color: Medium Orchid. HEX triplet: AA, 4F and FA. RGB value is (170,79,250). Sum of RGB (Red+Green+Blue) = 170+79+250=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA4FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFA is #55B005. Grayscale: #7D7D7D. Windows color (decimal): -5615622 or 16404394. OLE color: 16404394.

HSL color Cylindrical-coordinate representation of color #AA4FFA: hue angle of 271.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4FFA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 79 250 -
CMYK 0.32 0.68 0 0.02
HSL 271.93º 0.94% 0.65% -
HSV(B) 271.93º 0.68% 0.98% -
XYZ 36.63 21.04 92.57 -
YUV 125.7 198.15 159.6 -
System Red Green Blue C M Y K H S L
Decimal 170 79 250 0.32 0.68 0 0.02 271.93 0.94 0.65
Hex AA 4F FA 20 44 0 2 110 5E 41
Octal 252 117 372 40 104 0 2 420 136 101
Binary 10101010 1001111 11111010 100000 1000100 0 10 100010000 1011110 1000001

Color Harmonies of #AA4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FFA

Black with #AA4FFA

Text Example


Text Example

White with #AA4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FFA; }

 p { color: rgb(170,79,250); }

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

background-color css

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

 a { background-color: rgb(170,79,250); }

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

border-color css

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

 span { border-color: rgb(170,79,250); }

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