Html Css Color HEX #AA56CF Medium Orchid

📋 copy color: '#AA56CF'

red 170 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #AA56CF

Tints of Medium Orchid #AA56CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.57%

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

R = 36.72%
G = 18.57%
B = 44.71%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA56CF (or 0xAA56CF) is known color: Medium Orchid. HEX triplet: AA, 56 and CF. RGB value is (170,86,207). Sum of RGB (Red+Green+Blue) = 170+86+207=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56CF is #55A930. Grayscale: #7C7C7C. Windows color (decimal): -5613873 or 13588138. OLE color: 13588138.

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

Color convert

RGB 170 86 207 -
CMYK 0.18 0.58 0 0.19
HSL 281.65º 0.56% 0.57% -
HSV(B) 281.65º 0.58% 0.81% -
XYZ 31.17 19.71 61.19 -
YUV 124.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 170 86 207 0.18 0.58 0 0.19 281.65 0.56 0.57
Hex AA 56 CF 12 3A 0 13 11A 38 39
Octal 252 126 317 22 72 0 23 432 70 71
Binary 10101010 1010110 11001111 10010 111010 0 10011 100011010 111000 111001

Color Harmonies of #AA56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56CF

Black with #AA56CF

Text Example


Text Example

White with #AA56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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