Html Css Color HEX #AA4AEB Medium Orchid

📋 copy color: '#AA4AEB'

red 170 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #AA4AEB

Tints of Medium Orchid #AA4AEB

RGB

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

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

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

R = 35.49%
G = 15.45%
B = 49.06%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA4AEB (or 0xAA4AEB) is known color: Medium Orchid. HEX triplet: AA, 4A and EB. RGB value is (170,74,235). Sum of RGB (Red+Green+Blue) = 170+74+235=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA4AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AEB is #55B514. Grayscale: #787878. Windows color (decimal): -5616917 or 15420074. OLE color: 15420074.

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

Color convert

RGB 170 74 235 -
CMYK 0.28 0.69 0 0.08
HSL 275.78º 0.8% 0.61% -
HSV(B) 275.78º 0.69% 0.92% -
XYZ 34.02 19.44 80.56 -
YUV 121.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 170 74 235 0.28 0.69 0 0.08 275.78 0.8 0.61
Hex AA 4A EB 1C 45 0 8 114 50 3D
Octal 252 112 353 34 105 0 10 424 120 75
Binary 10101010 1001010 11101011 11100 1000101 0 1000 100010100 1010000 111101

Color Harmonies of #AA4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AEB

Black with #AA4AEB

Text Example


Text Example

White with #AA4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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