Html Css Color HEX #AA4FFF Medium Orchid

📋 copy color: '#AA4FFF'

red 170 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #AA4FFF

Tints of Medium Orchid #AA4FFF

RGB

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

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

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

R = 33.73%
G = 15.67%
B = 50.6%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA4FFF (or 0xAA4FFF) is known color: Medium Orchid. HEX triplet: AA, 4F and FF. RGB value is (170,79,255). Sum of RGB (Red+Green+Blue) = 170+79+255=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFF is #55B000. Grayscale: #7D7D7D. Windows color (decimal): -5615617 or 16732074. OLE color: 16732074.

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

Color convert

RGB 170 79 255 -
CMYK 0.33 0.69 0 0
HSL 271.02º 1% 0.65% -
HSV(B) 271.02º 0.69% 1% -
XYZ 37.42 21.36 96.76 -
YUV 126.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 170 79 255 0.33 0.69 0 0 271.02 1 0.65
Hex AA 4F FF 21 45 0 0 10F 64 41
Octal 252 117 377 41 105 0 0 417 144 101
Binary 10101010 1001111 11111111 100001 1000101 0 0 100001111 1100100 1000001

Color Harmonies of #AA4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FFF

Black with #AA4FFF

Text Example


Text Example

White with #AA4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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