Html Css Color HEX #AA4FEB Medium Orchid

📋 copy color: '#AA4FEB'

red 170 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #AA4FEB

Tints of Medium Orchid #AA4FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 35.12%
G = 16.32%
B = 48.55%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA4FEB (or 0xAA4FEB) is known color: Medium Orchid. HEX triplet: AA, 4F and EB. RGB value is (170,79,235). Sum of RGB (Red+Green+Blue) = 170+79+235=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FEB is #55B014. Grayscale: #7B7B7B. Windows color (decimal): -5615637 or 15421354. OLE color: 15421354.

HSL color Cylindrical-coordinate representation of color #AA4FEB: hue angle of 275º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4FEB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 79 235 -
CMYK 0.28 0.66 0 0.08
HSL 275º 0.8% 0.62% -
HSV(B) 275º 0.66% 0.92% -
XYZ 34.37 20.14 80.67 -
YUV 123.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 170 79 235 0.28 0.66 0 0.08 275 0.8 0.62
Hex AA 4F EB 1C 42 0 8 113 50 3E
Octal 252 117 353 34 102 0 10 423 120 76
Binary 10101010 1001111 11101011 11100 1000010 0 1000 100010011 1010000 111110

Color Harmonies of #AA4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FEB

Black with #AA4FEB

Text Example


Text Example

White with #AA4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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