Html Css Color HEX #AA54E6 Medium Orchid

📋 copy color: '#AA54E6'

red 170 ◦ green 84 ◦ blue 230

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

Shades of Medium Orchid #AA54E6

Tints of Medium Orchid #AA54E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.52%

R = 35.12%
G = 17.36%
B = 47.52%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA54E6 (or 0xAA54E6) is known color: Medium Orchid. HEX triplet: AA, 54 and E6. RGB value is (170,84,230). Sum of RGB (Red+Green+Blue) = 170+84+230=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA54E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54E6 is #55AB19. Grayscale: #7D7D7D. Windows color (decimal): -5614362 or 15094954. OLE color: 15094954.

HSL color Cylindrical-coordinate representation of color #AA54E6: hue angle of 275.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA54E6 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 84 230 -
CMYK 0.26 0.63 0 0.10
HSL 275.34º 0.74% 0.62% -
HSV(B) 275.34º 0.63% 0.9% -
XYZ 34.03 20.6 77.05 -
YUV 126.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 170 84 230 0.26 0.63 0 0.10 275.34 0.74 0.62
Hex AA 54 E6 1A 3F 0 A 113 4A 3E
Octal 252 124 346 32 77 0 12 423 112 76
Binary 10101010 1010100 11100110 11010 111111 0 1010 100010011 1001010 111110

Color Harmonies of #AA54E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54E6

Black with #AA54E6

Text Example


Text Example

White with #AA54E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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