Html Css Color HEX #AA4FE4 Medium Orchid

📋 copy color: '#AA4FE4'

red 170 ◦ green 79 ◦ blue 228

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

Shades of Medium Orchid #AA4FE4

Tints of Medium Orchid #AA4FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.8%

R = 35.64%
G = 16.56%
B = 47.8%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA4FE4 (or 0xAA4FE4) is known color: Medium Orchid. HEX triplet: AA, 4F and E4. RGB value is (170,79,228). Sum of RGB (Red+Green+Blue) = 170+79+228=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA4FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FE4 is #55B01B. Grayscale: #7A7A7A. Windows color (decimal): -5615644 or 14962602. OLE color: 14962602.

HSL color Cylindrical-coordinate representation of color #AA4FE4: hue angle of 276.64º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4FE4 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 79 228 -
CMYK 0.25 0.65 0 0.11
HSL 276.64º 0.73% 0.6% -
HSV(B) 276.64º 0.65% 0.89% -
XYZ 33.38 19.74 75.45 -
YUV 123.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 170 79 228 0.25 0.65 0 0.11 276.64 0.73 0.6
Hex AA 4F E4 19 41 0 B 115 49 3C
Octal 252 117 344 31 101 0 13 425 111 74
Binary 10101010 1001111 11100100 11001 1000001 0 1011 100010101 1001001 111100

Color Harmonies of #AA4FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FE4

Black with #AA4FE4

Text Example


Text Example

White with #AA4FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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