Html Css Color HEX #AA5FCE Medium Orchid

📋 copy color: '#AA5FCE'

red 170 ◦ green 95 ◦ blue 206

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

Shades of Medium Orchid #AA5FCE

Tints of Medium Orchid #AA5FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

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

R = 36.09%
G = 20.17%
B = 43.74%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5FCE (or 0xAA5FCE) is known color: Medium Orchid. HEX triplet: AA, 5F and CE. RGB value is (170,95,206). Sum of RGB (Red+Green+Blue) = 170+95+206=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FCE is #55A031. Grayscale: #818181. Windows color (decimal): -5611570 or 13524906. OLE color: 13524906.

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

Color convert

RGB 170 95 206 -
CMYK 0.17 0.54 0 0.19
HSL 280.54º 0.53% 0.59% -
HSV(B) 280.54º 0.54% 0.81% -
XYZ 31.81 21.19 60.81 -
YUV 130.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 170 95 206 0.17 0.54 0 0.19 280.54 0.53 0.59
Hex AA 5F CE 11 36 0 13 119 35 3B
Octal 252 137 316 21 66 0 23 431 65 73
Binary 10101010 1011111 11001110 10001 110110 0 10011 100011001 110101 111011

Color Harmonies of #AA5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FCE

Black with #AA5FCE

Text Example


Text Example

White with #AA5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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