Html Css Color HEX #AA4AEA Medium Orchid

📋 copy color: '#AA4AEA'

red 170 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #AA4AEA

Tints of Medium Orchid #AA4AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.48%

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

R = 35.56%
G = 15.48%
B = 48.95%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA4AEA (or 0xAA4AEA) is known color: Medium Orchid. HEX triplet: AA, 4A and EA. RGB value is (170,74,234). Sum of RGB (Red+Green+Blue) = 170+74+234=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA4AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AEA is #55B515. Grayscale: #787878. Windows color (decimal): -5616918 or 15354538. OLE color: 15354538.

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

Color convert

RGB 170 74 234 -
CMYK 0.27 0.68 0 0.08
HSL 276º 0.79% 0.6% -
HSV(B) 276º 0.68% 0.92% -
XYZ 33.88 19.38 79.8 -
YUV 120.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 170 74 234 0.27 0.68 0 0.08 276 0.79 0.6
Hex AA 4A EA 1B 44 0 8 114 4F 3C
Octal 252 112 352 33 104 0 10 424 117 74
Binary 10101010 1001010 11101010 11011 1000100 0 1000 100010100 1001111 111100

Color Harmonies of #AA4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AEA

Black with #AA4AEA

Text Example


Text Example

White with #AA4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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