Html Css Color HEX #AA5FCF Medium Orchid

📋 copy color: '#AA5FCF'

red 170 ◦ green 95 ◦ blue 207

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

Shades of Medium Orchid #AA5FCF

Tints of Medium Orchid #AA5FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

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

R = 36.02%
G = 20.13%
B = 43.86%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5FCF (or 0xAA5FCF) is known color: Medium Orchid. HEX triplet: AA, 5F and CF. RGB value is (170,95,207). Sum of RGB (Red+Green+Blue) = 170+95+207=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA5FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FCF is #55A030. Grayscale: #818181. Windows color (decimal): -5611569 or 13590442. OLE color: 13590442.

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

Color convert

RGB 170 95 207 -
CMYK 0.18 0.54 0 0.19
HSL 280.18º 0.54% 0.59% -
HSV(B) 280.18º 0.54% 0.81% -
XYZ 31.93 21.24 61.45 -
YUV 130.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 170 95 207 0.18 0.54 0 0.19 280.18 0.54 0.59
Hex AA 5F CF 12 36 0 13 118 36 3B
Octal 252 137 317 22 66 0 23 430 66 73
Binary 10101010 1011111 11001111 10010 110110 0 10011 100011000 110110 111011

Color Harmonies of #AA5FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FCF

Black with #AA5FCF

Text Example


Text Example

White with #AA5FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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