Html Css Color HEX #AA4FED Medium Orchid

📋 copy color: '#AA4FED'

red 170 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #AA4FED

Tints of Medium Orchid #AA4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.26%

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

R = 34.98%
G = 16.26%
B = 48.77%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA4FED (or 0xAA4FED) is known color: Medium Orchid. HEX triplet: AA, 4F and ED. RGB value is (170,79,237). Sum of RGB (Red+Green+Blue) = 170+79+237=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FED is #55B012. Grayscale: #7B7B7B. Windows color (decimal): -5615635 or 15552426. OLE color: 15552426.

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

Color convert

RGB 170 79 237 -
CMYK 0.28 0.67 0 0.07
HSL 274.56º 0.81% 0.62% -
HSV(B) 274.56º 0.67% 0.93% -
XYZ 34.66 20.25 82.2 -
YUV 124.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 170 79 237 0.28 0.67 0 0.07 274.56 0.81 0.62
Hex AA 4F ED 1C 43 0 7 113 51 3E
Octal 252 117 355 34 103 0 7 423 121 76
Binary 10101010 1001111 11101101 11100 1000011 0 111 100010011 1010001 111110

Color Harmonies of #AA4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FED

Black with #AA4FED

Text Example


Text Example

White with #AA4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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