Html Css Color HEX #AA55F8 Medium Orchid

📋 copy color: '#AA55F8'

red 170 ◦ green 85 ◦ blue 248

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

Shades of Medium Orchid #AA55F8

Tints of Medium Orchid #AA55F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 33.8%
G = 16.9%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA55F8 (or 0xAA55F8) is known color: Medium Orchid. HEX triplet: AA, 55 and F8. RGB value is (170,85,248). Sum of RGB (Red+Green+Blue) = 170+85+248=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA55F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55F8 is #55AA07. Grayscale: #808080. Windows color (decimal): -5614088 or 16274858. OLE color: 16274858.

HSL color Cylindrical-coordinate representation of color #AA55F8: hue angle of 271.29º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA55F8 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 85 248 -
CMYK 0.31 0.66 0 0.03
HSL 271.29º 0.92% 0.65% -
HSV(B) 271.29º 0.66% 0.97% -
XYZ 36.77 21.82 91.08 -
YUV 129 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 170 85 248 0.31 0.66 0 0.03 271.29 0.92 0.65
Hex AA 55 F8 1F 42 0 3 10F 5C 41
Octal 252 125 370 37 102 0 3 417 134 101
Binary 10101010 1010101 11111000 11111 1000010 0 11 100001111 1011100 1000001

Color Harmonies of #AA55F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55F8

Black with #AA55F8

Text Example


Text Example

White with #AA55F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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