Html Css Color HEX #AA4FF1 Medium Orchid

📋 copy color: '#AA4FF1'

red 170 ◦ green 79 ◦ blue 241

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

Shades of Medium Orchid #AA4FF1

Tints of Medium Orchid #AA4FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 34.69%
G = 16.12%
B = 49.18%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA4FF1 (or 0xAA4FF1) is known color: Medium Orchid. HEX triplet: AA, 4F and F1. RGB value is (170,79,241). Sum of RGB (Red+Green+Blue) = 170+79+241=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA4FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FF1 is #55B00E. Grayscale: #7C7C7C. Windows color (decimal): -5615631 or 15814570. OLE color: 15814570.

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

Color convert

RGB 170 79 241 -
CMYK 0.29 0.67 0 0.05
HSL 273.7º 0.85% 0.63% -
HSV(B) 273.7º 0.67% 0.95% -
XYZ 35.25 20.49 85.32 -
YUV 124.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 170 79 241 0.29 0.67 0 0.05 273.7 0.85 0.63
Hex AA 4F F1 1D 43 0 5 112 55 3F
Octal 252 117 361 35 103 0 5 422 125 77
Binary 10101010 1001111 11110001 11101 1000011 0 101 100010010 1010101 111111

Color Harmonies of #AA4FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FF1

Black with #AA4FF1

Text Example


Text Example

White with #AA4FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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