Html Css Color HEX #AA59CB Medium Orchid

📋 copy color: '#AA59CB'

red 170 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #AA59CB

Tints of Medium Orchid #AA59CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.26%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 36.8%
G = 19.26%
B = 43.94%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA59CB (or 0xAA59CB) is known color: Medium Orchid. HEX triplet: AA, 59 and CB. RGB value is (170,89,203). Sum of RGB (Red+Green+Blue) = 170+89+203=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59CB is #55A634. Grayscale: #7D7D7D. Windows color (decimal): -5613109 or 13326762. OLE color: 13326762.

HSL color Cylindrical-coordinate representation of color #AA59CB: hue angle of 282.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA59CB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 89 203 -
CMYK 0.16 0.56 0 0.20
HSL 282.63º 0.52% 0.57% -
HSV(B) 282.63º 0.56% 0.8% -
XYZ 30.93 20 58.73 -
YUV 126.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 170 89 203 0.16 0.56 0 0.20 282.63 0.52 0.57
Hex AA 59 CB 10 38 0 14 11B 34 39
Octal 252 131 313 20 70 0 24 433 64 71
Binary 10101010 1011001 11001011 10000 111000 0 10100 100011011 110100 111001

Color Harmonies of #AA59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59CB

Black with #AA59CB

Text Example


Text Example

White with #AA59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59CB; }

 p { color: rgb(170,89,203); }

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

background-color css

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

 a { background-color: rgb(170,89,203); }

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

border-color css

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

 span { border-color: rgb(170,89,203); }

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