Html Css Color HEX #AA54FC Medium Orchid

📋 copy color: '#AA54FC'

red 170 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #AA54FC

Tints of Medium Orchid #AA54FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

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

R = 33.6%
G = 16.6%
B = 49.8%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA54FC (or 0xAA54FC) is known color: Medium Orchid. HEX triplet: AA, 54 and FC. RGB value is (170,84,252). Sum of RGB (Red+Green+Blue) = 170+84+252=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54FC is #55AB03. Grayscale: #808080. Windows color (decimal): -5614340 or 16536746. OLE color: 16536746.

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

Color convert

RGB 170 84 252 -
CMYK 0.33 0.67 0 0.01
HSL 270.71º 0.97% 0.66% -
HSV(B) 270.71º 0.67% 0.99% -
XYZ 37.32 21.91 94.36 -
YUV 128.87 197.49 157.34 -
System Red Green Blue C M Y K H S L
Decimal 170 84 252 0.33 0.67 0 0.01 270.71 0.97 0.66
Hex AA 54 FC 21 43 0 1 10F 61 42
Octal 252 124 374 41 103 0 1 417 141 102
Binary 10101010 1010100 11111100 100001 1000011 0 1 100001111 1100001 1000010

Color Harmonies of #AA54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54FC

Black with #AA54FC

Text Example


Text Example

White with #AA54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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