Html Css Color HEX #AA4FFE Medium Orchid

📋 copy color: '#AA4FFE'

red 170 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #AA4FFE

Tints of Medium Orchid #AA4FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 33.8%
G = 15.71%
B = 50.5%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA4FFE (or 0xAA4FFE) is known color: Medium Orchid. HEX triplet: AA, 4F and FE. RGB value is (170,79,254). Sum of RGB (Red+Green+Blue) = 170+79+254=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFE is #55B001. Grayscale: #7D7D7D. Windows color (decimal): -5615618 or 16666538. OLE color: 16666538.

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

Color convert

RGB 170 79 254 -
CMYK 0.33 0.69 0 0.00
HSL 271.2º 0.99% 0.65% -
HSV(B) 271.2º 0.69% 1% -
XYZ 37.26 21.29 95.91 -
YUV 126.16 200.15 159.27 -
System Red Green Blue C M Y K H S L
Decimal 170 79 254 0.33 0.69 0 0.00 271.2 0.99 0.65
Hex AA 4F FE 21 45 0 0 10F 63 41
Octal 252 117 376 41 105 0 0 417 143 101
Binary 10101010 1001111 11111110 100001 1000101 0 0 100001111 1100011 1000001

Color Harmonies of #AA4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FFE

Black with #AA4FFE

Text Example


Text Example

White with #AA4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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