Html Css Color HEX #AA4FEA Medium Orchid

📋 copy color: '#AA4FEA'

red 170 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #AA4FEA

Tints of Medium Orchid #AA4FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 35.2%
G = 16.36%
B = 48.45%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA4FEA (or 0xAA4FEA) is known color: Medium Orchid. HEX triplet: AA, 4F and EA. RGB value is (170,79,234). Sum of RGB (Red+Green+Blue) = 170+79+234=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA4FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FEA is #55B015. Grayscale: #7B7B7B. Windows color (decimal): -5615638 or 15355818. OLE color: 15355818.

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

Color convert

RGB 170 79 234 -
CMYK 0.27 0.66 0 0.08
HSL 275.23º 0.79% 0.61% -
HSV(B) 275.23º 0.66% 0.92% -
XYZ 34.22 20.08 79.91 -
YUV 123.88 190.15 160.9 -
System Red Green Blue C M Y K H S L
Decimal 170 79 234 0.27 0.66 0 0.08 275.23 0.79 0.61
Hex AA 4F EA 1B 42 0 8 113 4F 3D
Octal 252 117 352 33 102 0 10 423 117 75
Binary 10101010 1001111 11101010 11011 1000010 0 1000 100010011 1001111 111101

Color Harmonies of #AA4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FEA

Black with #AA4FEA

Text Example


Text Example

White with #AA4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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