Html Css Color HEX #AA54FD Medium Orchid

📋 copy color: '#AA54FD'

red 170 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #AA54FD

Tints of Medium Orchid #AA54FD

RGB

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

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

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

R = 33.53%
G = 16.57%
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

#AA54FD (or 0xAA54FD) is known color: Medium Orchid. HEX triplet: AA, 54 and FD. RGB value is (170,84,253). Sum of RGB (Red+Green+Blue) = 170+84+253=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA54FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54FD is #55AB02. Grayscale: #808080. Windows color (decimal): -5614339 or 16602282. OLE color: 16602282.

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

Color convert

RGB 170 84 253 -
CMYK 0.33 0.67 0 0.01
HSL 270.53º 0.98% 0.66% -
HSV(B) 270.53º 0.67% 0.99% -
XYZ 37.48 21.98 95.2 -
YUV 128.98 197.99 157.26 -
System Red Green Blue C M Y K H S L
Decimal 170 84 253 0.33 0.67 0 0.01 270.53 0.98 0.66
Hex AA 54 FD 21 43 0 1 10F 62 42
Octal 252 124 375 41 103 0 1 417 142 102
Binary 10101010 1010100 11111101 100001 1000011 0 1 100001111 1100010 1000010

Color Harmonies of #AA54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54FD

Black with #AA54FD

Text Example


Text Example

White with #AA54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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