Html Css Color HEX #AA55CF Medium Orchid

📋 copy color: '#AA55CF'

red 170 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #AA55CF

Tints of Medium Orchid #AA55CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

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

R = 36.8%
G = 18.4%
B = 44.81%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA55CF (or 0xAA55CF) is known color: Medium Orchid. HEX triplet: AA, 55 and CF. RGB value is (170,85,207). Sum of RGB (Red+Green+Blue) = 170+85+207=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA55CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55CF is #55AA30. Grayscale: #7B7B7B. Windows color (decimal): -5614129 or 13587882. OLE color: 13587882.

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

Color convert

RGB 170 85 207 -
CMYK 0.18 0.59 0 0.19
HSL 281.8º 0.56% 0.57% -
HSV(B) 281.8º 0.59% 0.81% -
XYZ 31.09 19.55 61.17 -
YUV 124.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 170 85 207 0.18 0.59 0 0.19 281.8 0.56 0.57
Hex AA 55 CF 12 3B 0 13 11A 38 39
Octal 252 125 317 22 73 0 23 432 70 71
Binary 10101010 1010101 11001111 10010 111011 0 10011 100011010 111000 111001

Color Harmonies of #AA55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55CF

Black with #AA55CF

Text Example


Text Example

White with #AA55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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