Html Css Color HEX #AA4CEE Medium Orchid

📋 copy color: '#AA4CEE'

red 170 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #AA4CEE

Tints of Medium Orchid #AA4CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 35.12%
G = 15.7%
B = 49.17%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA4CEE (or 0xAA4CEE) is known color: Medium Orchid. HEX triplet: AA, 4C and EE. RGB value is (170,76,238). Sum of RGB (Red+Green+Blue) = 170+76+238=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CEE is #55B311. Grayscale: #7A7A7A. Windows color (decimal): -5616402 or 15617194. OLE color: 15617194.

HSL color Cylindrical-coordinate representation of color #AA4CEE: hue angle of 274.81º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4CEE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 76 238 -
CMYK 0.29 0.68 0 0.07
HSL 274.81º 0.83% 0.62% -
HSV(B) 274.81º 0.68% 0.93% -
XYZ 34.59 19.89 82.9 -
YUV 122.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 170 76 238 0.29 0.68 0 0.07 274.81 0.83 0.62
Hex AA 4C EE 1D 44 0 7 113 53 3E
Octal 252 114 356 35 104 0 7 423 123 76
Binary 10101010 1001100 11101110 11101 1000100 0 111 100010011 1010011 111110

Color Harmonies of #AA4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CEE

Black with #AA4CEE

Text Example


Text Example

White with #AA4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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