Html Css Color HEX #AA5ACF Medium Orchid

📋 copy color: '#AA5ACF'

red 170 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #AA5ACF

Tints of Medium Orchid #AA5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.27%

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

R = 36.4%
G = 19.27%
B = 44.33%

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

#AA5ACF (or 0xAA5ACF) is known color: Medium Orchid. HEX triplet: AA, 5A and CF. RGB value is (170,90,207). Sum of RGB (Red+Green+Blue) = 170+90+207=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ACF is #55A530. Grayscale: #7E7E7E. Windows color (decimal): -5612849 or 13589162. OLE color: 13589162.

HSL color Cylindrical-coordinate representation of color #AA5ACF: hue angle of 281.03º 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 #AA5ACF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 90 207 -
CMYK 0.18 0.57 0 0.19
HSL 281.03º 0.55% 0.58% -
HSV(B) 281.03º 0.57% 0.81% -
XYZ 31.5 20.36 61.3 -
YUV 127.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 170 90 207 0.18 0.57 0 0.19 281.03 0.55 0.58
Hex AA 5A CF 12 39 0 13 119 37 3A
Octal 252 132 317 22 71 0 23 431 67 72
Binary 10101010 1011010 11001111 10010 111001 0 10011 100011001 110111 111010

Color Harmonies of #AA5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ACF

Black with #AA5ACF

Text Example


Text Example

White with #AA5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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