Html Css Color HEX #AA5BCF Medium Orchid

📋 copy color: '#AA5BCF'

red 170 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #AA5BCF

Tints of Medium Orchid #AA5BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.44%

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

R = 36.32%
G = 19.44%
B = 44.23%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5BCF (or 0xAA5BCF) is known color: Medium Orchid. HEX triplet: AA, 5B and CF. RGB value is (170,91,207). Sum of RGB (Red+Green+Blue) = 170+91+207=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA5BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BCF is #55A430. Grayscale: #7F7F7F. Windows color (decimal): -5612593 or 13589418. OLE color: 13589418.

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

Color convert

RGB 170 91 207 -
CMYK 0.18 0.56 0 0.19
HSL 280.86º 0.55% 0.58% -
HSV(B) 280.86º 0.56% 0.81% -
XYZ 31.58 20.53 61.33 -
YUV 127.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 170 91 207 0.18 0.56 0 0.19 280.86 0.55 0.58
Hex AA 5B CF 12 38 0 13 119 37 3A
Octal 252 133 317 22 70 0 23 431 67 72
Binary 10101010 1011011 11001111 10010 111000 0 10011 100011001 110111 111010

Color Harmonies of #AA5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BCF

Black with #AA5BCF

Text Example


Text Example

White with #AA5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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