Html Css Color HEX #AA51FD Medium Orchid

📋 copy color: '#AA51FD'

red 170 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #AA51FD

Tints of Medium Orchid #AA51FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.07%

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 33.73%
G = 16.07%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA51FD (or 0xAA51FD) is known color: Medium Orchid. HEX triplet: AA, 51 and FD. RGB value is (170,81,253). Sum of RGB (Red+Green+Blue) = 170+81+253=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA51FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51FD is #55AE02. Grayscale: #7E7E7E. Windows color (decimal): -5615107 or 16601514. OLE color: 16601514.

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

Color convert

RGB 170 81 253 -
CMYK 0.33 0.68 0 0.01
HSL 271.05º 0.98% 0.65% -
HSV(B) 271.05º 0.68% 0.99% -
XYZ 37.25 21.52 95.12 -
YUV 127.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 170 81 253 0.33 0.68 0 0.01 271.05 0.98 0.65
Hex AA 51 FD 21 44 0 1 10F 62 41
Octal 252 121 375 41 104 0 1 417 142 101
Binary 10101010 1010001 11111101 100001 1000100 0 1 100001111 1100010 1000001

Color Harmonies of #AA51FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51FD

Black with #AA51FD

Text Example


Text Example

White with #AA51FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51FD; }

 p { color: rgb(170,81,253); }

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

background-color css

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

 a { background-color: rgb(170,81,253); }

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

border-color css

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

 span { border-color: rgb(170,81,253); }

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