Html Css Color HEX #AA4CEB Medium Orchid

📋 copy color: '#AA4CEB'

red 170 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #AA4CEB

Tints of Medium Orchid #AA4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.8%

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

R = 35.34%
G = 15.8%
B = 48.86%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA4CEB (or 0xAA4CEB) is known color: Medium Orchid. HEX triplet: AA, 4C and EB. RGB value is (170,76,235). Sum of RGB (Red+Green+Blue) = 170+76+235=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CEB is #55B314. Grayscale: #797979. Windows color (decimal): -5616405 or 15420586. OLE color: 15420586.

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

Color convert

RGB 170 76 235 -
CMYK 0.28 0.68 0 0.08
HSL 275.47º 0.8% 0.61% -
HSV(B) 275.47º 0.68% 0.92% -
XYZ 34.16 19.71 80.6 -
YUV 122.23 191.64 162.07 -
System Red Green Blue C M Y K H S L
Decimal 170 76 235 0.28 0.68 0 0.08 275.47 0.8 0.61
Hex AA 4C EB 1C 44 0 8 113 50 3D
Octal 252 114 353 34 104 0 10 423 120 75
Binary 10101010 1001100 11101011 11100 1000100 0 1000 100010011 1010000 111101

Color Harmonies of #AA4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CEB

Black with #AA4CEB

Text Example


Text Example

White with #AA4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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