Html Css Color HEX #AA53FC Medium Orchid

📋 copy color: '#AA53FC'

red 170 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #AA53FC

Tints of Medium Orchid #AA53FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.44%

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

R = 33.66%
G = 16.44%
B = 49.9%

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

#AA53FC (or 0xAA53FC) is known color: Medium Orchid. HEX triplet: AA, 53 and FC. RGB value is (170,83,252). Sum of RGB (Red+Green+Blue) = 170+83+252=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA53FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53FC is #55AC03. Grayscale: #7F7F7F. Windows color (decimal): -5614596 or 16536490. OLE color: 16536490.

HSL color Cylindrical-coordinate representation of color #AA53FC: hue angle of 270.89º 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 #AA53FC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 83 252 -
CMYK 0.33 0.67 0 0.01
HSL 270.89º 0.97% 0.66% -
HSV(B) 270.89º 0.67% 0.99% -
XYZ 37.24 21.76 94.33 -
YUV 128.28 197.82 157.76 -
System Red Green Blue C M Y K H S L
Decimal 170 83 252 0.33 0.67 0 0.01 270.89 0.97 0.66
Hex AA 53 FC 21 43 0 1 10F 61 42
Octal 252 123 374 41 103 0 1 417 141 102
Binary 10101010 1010011 11111100 100001 1000011 0 1 100001111 1100001 1000010

Color Harmonies of #AA53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53FC

Black with #AA53FC

Text Example


Text Example

White with #AA53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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