Html Css Color HEX #AA4AED Medium Orchid

📋 copy color: '#AA4AED'

red 170 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #AA4AED

Tints of Medium Orchid #AA4AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

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

R = 35.34%
G = 15.38%
B = 49.27%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA4AED (or 0xAA4AED) is known color: Medium Orchid. HEX triplet: AA, 4A and ED. RGB value is (170,74,237). Sum of RGB (Red+Green+Blue) = 170+74+237=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AED is #55B512. Grayscale: #787878. Windows color (decimal): -5616915 or 15551146. OLE color: 15551146.

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

Color convert

RGB 170 74 237 -
CMYK 0.28 0.69 0 0.07
HSL 275.34º 0.82% 0.61% -
HSV(B) 275.34º 0.69% 0.93% -
XYZ 34.31 19.56 82.09 -
YUV 121.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 170 74 237 0.28 0.69 0 0.07 275.34 0.82 0.61
Hex AA 4A ED 1C 45 0 7 113 52 3D
Octal 252 112 355 34 105 0 7 423 122 75
Binary 10101010 1001010 11101101 11100 1000101 0 111 100010011 1010010 111101

Color Harmonies of #AA4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AED

Black with #AA4AED

Text Example


Text Example

White with #AA4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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