Html Css Color HEX #AA4EFA Medium Orchid

📋 copy color: '#AA4EFA'

red 170 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #AA4EFA

Tints of Medium Orchid #AA4EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.66%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 34.14%
G = 15.66%
B = 50.2%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4EFA (or 0xAA4EFA) is known color: Medium Orchid. HEX triplet: AA, 4E and FA. RGB value is (170,78,250). Sum of RGB (Red+Green+Blue) = 170+78+250=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA4EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EFA is #55B105. Grayscale: #7C7C7C. Windows color (decimal): -5615878 or 16404138. OLE color: 16404138.

HSL color Cylindrical-coordinate representation of color #AA4EFA: hue angle of 272.09º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4EFA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 78 250 -
CMYK 0.32 0.69 0 0.02
HSL 272.09º 0.95% 0.64% -
HSV(B) 272.09º 0.69% 0.98% -
XYZ 36.56 20.9 92.55 -
YUV 125.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 170 78 250 0.32 0.69 0 0.02 272.09 0.95 0.64
Hex AA 4E FA 20 45 0 2 110 5F 40
Octal 252 116 372 40 105 0 2 420 137 100
Binary 10101010 1001110 11111010 100000 1000101 0 10 100010000 1011111 1000000

Color Harmonies of #AA4EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EFA

Black with #AA4EFA

Text Example


Text Example

White with #AA4EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EFA; }

 p { color: rgb(170,78,250); }

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

background-color css

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

 a { background-color: rgb(170,78,250); }

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

border-color css

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

 span { border-color: rgb(170,78,250); }

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