Html Css Color HEX #AA60CE Medium Orchid

📋 copy color: '#AA60CE'

red 170 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #AA60CE

Tints of Medium Orchid #AA60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

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

R = 36.02%
G = 20.34%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA60CE (or 0xAA60CE) is known color: Medium Orchid. HEX triplet: AA, 60 and CE. RGB value is (170,96,206). Sum of RGB (Red+Green+Blue) = 170+96+206=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60CE is #559F31. Grayscale: #828282. Windows color (decimal): -5611314 or 13525162. OLE color: 13525162.

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

Color convert

RGB 170 96 206 -
CMYK 0.17 0.53 0 0.19
HSL 280.36º 0.53% 0.59% -
HSV(B) 280.36º 0.53% 0.81% -
XYZ 31.9 21.37 60.84 -
YUV 130.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 170 96 206 0.17 0.53 0 0.19 280.36 0.53 0.59
Hex AA 60 CE 11 35 0 13 118 35 3B
Octal 252 140 316 21 65 0 23 430 65 73
Binary 10101010 1100000 11001110 10001 110101 0 10011 100011000 110101 111011

Color Harmonies of #AA60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60CE

Black with #AA60CE

Text Example


Text Example

White with #AA60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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