Html Css Color HEX #AA59CF Medium Orchid

📋 copy color: '#AA59CF'

red 170 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #AA59CF

Tints of Medium Orchid #AA59CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 36.48%
G = 19.1%
B = 44.42%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA59CF (or 0xAA59CF) is known color: Medium Orchid. HEX triplet: AA, 59 and CF. RGB value is (170,89,207). Sum of RGB (Red+Green+Blue) = 170+89+207=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59CF is #55A630. Grayscale: #7E7E7E. Windows color (decimal): -5613105 or 13588906. OLE color: 13588906.

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

Color convert

RGB 170 89 207 -
CMYK 0.18 0.57 0 0.19
HSL 281.19º 0.55% 0.58% -
HSV(B) 281.19º 0.57% 0.81% -
XYZ 31.41 20.2 61.27 -
YUV 126.67 173.34 158.91 -
System Red Green Blue C M Y K H S L
Decimal 170 89 207 0.18 0.57 0 0.19 281.19 0.55 0.58
Hex AA 59 CF 12 39 0 13 119 37 3A
Octal 252 131 317 22 71 0 23 431 67 72
Binary 10101010 1011001 11001111 10010 111001 0 10011 100011001 110111 111010

Color Harmonies of #AA59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59CF

Black with #AA59CF

Text Example


Text Example

White with #AA59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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