Html Css Color HEX #AA47ED Medium Orchid

📋 copy color: '#AA47ED'

red 170 ◦ green 71 ◦ blue 237

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

Shades of Medium Orchid #AA47ED

Tints of Medium Orchid #AA47ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.85%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 35.56%
G = 14.85%
B = 49.58%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA47ED (or 0xAA47ED) is known color: Medium Orchid. HEX triplet: AA, 47 and ED. RGB value is (170,71,237). Sum of RGB (Red+Green+Blue) = 170+71+237=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA47ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47ED is #55B812. Grayscale: #767676. Windows color (decimal): -5617683 or 15550378. OLE color: 15550378.

HSL color Cylindrical-coordinate representation of color #AA47ED: hue angle of 275.78º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA47ED is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 71 237 -
CMYK 0.28 0.70 0 0.07
HSL 275.78º 0.82% 0.6% -
HSV(B) 275.78º 0.7% 0.93% -
XYZ 34.12 19.17 82.02 -
YUV 119.53 194.3 164 -
System Red Green Blue C M Y K H S L
Decimal 170 71 237 0.28 0.70 0 0.07 275.78 0.82 0.6
Hex AA 47 ED 1C 46 0 7 114 52 3C
Octal 252 107 355 34 106 0 7 424 122 74
Binary 10101010 1000111 11101101 11100 1000110 0 111 100010100 1010010 111100

Color Harmonies of #AA47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA47ED

Black with #AA47ED

Text Example


Text Example

White with #AA47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA47ED; }

 p { color: rgb(170,71,237); }

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

background-color css

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

 a { background-color: rgb(170,71,237); }

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

border-color css

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

 span { border-color: rgb(170,71,237); }

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