Html Css Color HEX #AA4DFF Medium Orchid

📋 copy color: '#AA4DFF'

red 170 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #AA4DFF

Tints of Medium Orchid #AA4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 33.86%
G = 15.34%
B = 50.8%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA4DFF (or 0xAA4DFF) is known color: Medium Orchid. HEX triplet: AA, 4D and FF. RGB value is (170,77,255). Sum of RGB (Red+Green+Blue) = 170+77+255=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DFF is #55B200. Grayscale: #7C7C7C. Windows color (decimal): -5616129 or 16731562. OLE color: 16731562.

HSL color Cylindrical-coordinate representation of color #AA4DFF: hue angle of 271.35º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4DFF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 77 255 -
CMYK 0.33 0.70 0 0
HSL 271.35º 1% 0.65% -
HSV(B) 271.35º 0.7% 1% -
XYZ 37.28 21.07 96.71 -
YUV 125.1 201.31 160.03 -
System Red Green Blue C M Y K H S L
Decimal 170 77 255 0.33 0.70 0 0 271.35 1 0.65
Hex AA 4D FF 21 46 0 0 10F 64 41
Octal 252 115 377 41 106 0 0 417 144 101
Binary 10101010 1001101 11111111 100001 1000110 0 0 100001111 1100100 1000001

Color Harmonies of #AA4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DFF

Black with #AA4DFF

Text Example


Text Example

White with #AA4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DFF; }

 p { color: rgb(170,77,255); }

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

background-color css

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

 a { background-color: rgb(170,77,255); }

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

border-color css

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

 span { border-color: rgb(170,77,255); }

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