Html Css Color HEX #AA55FA Medium Orchid

📋 copy color: '#AA55FA'

red 170 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #AA55FA

Tints of Medium Orchid #AA55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.83%

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

R = 33.66%
G = 16.83%
B = 49.5%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA55FA (or 0xAA55FA) is known color: Medium Orchid. HEX triplet: AA, 55 and FA. RGB value is (170,85,250). Sum of RGB (Red+Green+Blue) = 170+85+250=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FA is #55AA05. Grayscale: #808080. Windows color (decimal): -5614086 or 16405930. OLE color: 16405930.

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

Color convert

RGB 170 85 250 -
CMYK 0.32 0.66 0 0.02
HSL 270.91º 0.94% 0.66% -
HSV(B) 270.91º 0.66% 0.98% -
XYZ 37.08 21.95 92.72 -
YUV 129.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 170 85 250 0.32 0.66 0 0.02 270.91 0.94 0.66
Hex AA 55 FA 20 42 0 2 10F 5E 42
Octal 252 125 372 40 102 0 2 417 136 102
Binary 10101010 1010101 11111010 100000 1000010 0 10 100001111 1011110 1000010

Color Harmonies of #AA55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55FA

Black with #AA55FA

Text Example


Text Example

White with #AA55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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