Html Css Color HEX #AA5CCE Medium Orchid

📋 copy color: '#AA5CCE'

red 170 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #AA5CCE

Tints of Medium Orchid #AA5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 36.32%
G = 19.66%
B = 44.02%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5CCE (or 0xAA5CCE) is known color: Medium Orchid. HEX triplet: AA, 5C and CE. RGB value is (170,92,206). Sum of RGB (Red+Green+Blue) = 170+92+206=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CCE is #55A331. Grayscale: #7F7F7F. Windows color (decimal): -5612338 or 13524138. OLE color: 13524138.

HSL color Cylindrical-coordinate representation of color #AA5CCE: hue angle of 281.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5CCE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 92 206 -
CMYK 0.17 0.55 0 0.19
HSL 281.05º 0.54% 0.58% -
HSV(B) 281.05º 0.55% 0.81% -
XYZ 31.55 20.66 60.72 -
YUV 128.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 170 92 206 0.17 0.55 0 0.19 281.05 0.54 0.58
Hex AA 5C CE 11 37 0 13 119 36 3A
Octal 252 134 316 21 67 0 23 431 66 72
Binary 10101010 1011100 11001110 10001 110111 0 10011 100011001 110110 111010

Color Harmonies of #AA5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CCE

Black with #AA5CCE

Text Example


Text Example

White with #AA5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CCE; }

 p { color: rgb(170,92,206); }

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

background-color css

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

 a { background-color: rgb(170,92,206); }

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

border-color css

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

 span { border-color: rgb(170,92,206); }

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