Html Css Color HEX #AA55FC Medium Orchid

📋 copy color: '#AA55FC'

red 170 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #AA55FC

Tints of Medium Orchid #AA55FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 33.53%
G = 16.77%
B = 49.7%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA55FC (or 0xAA55FC) is known color: Medium Orchid. HEX triplet: AA, 55 and FC. RGB value is (170,85,252). Sum of RGB (Red+Green+Blue) = 170+85+252=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA55FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FC is #55AA03. Grayscale: #808080. Windows color (decimal): -5614084 or 16537002. OLE color: 16537002.

HSL color Cylindrical-coordinate representation of color #AA55FC: hue angle of 270.54º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA55FC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 85 252 -
CMYK 0.33 0.66 0 0.01
HSL 270.54º 0.97% 0.66% -
HSV(B) 270.54º 0.66% 0.99% -
XYZ 37.4 22.07 94.38 -
YUV 129.45 197.16 156.92 -
System Red Green Blue C M Y K H S L
Decimal 170 85 252 0.33 0.66 0 0.01 270.54 0.97 0.66
Hex AA 55 FC 21 42 0 1 10F 61 42
Octal 252 125 374 41 102 0 1 417 141 102
Binary 10101010 1010101 11111100 100001 1000010 0 1 100001111 1100001 1000010

Color Harmonies of #AA55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55FC

Black with #AA55FC

Text Example


Text Example

White with #AA55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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