Html Css Color HEX #AA5FCD Medium Orchid

📋 copy color: '#AA5FCD'

red 170 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #AA5FCD

Tints of Medium Orchid #AA5FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 36.17%
G = 20.21%
B = 43.62%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA5FCD (or 0xAA5FCD) is known color: Medium Orchid. HEX triplet: AA, 5F and CD. RGB value is (170,95,205). Sum of RGB (Red+Green+Blue) = 170+95+205=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FCD is #55A032. Grayscale: #818181. Windows color (decimal): -5611571 or 13459370. OLE color: 13459370.

HSL color Cylindrical-coordinate representation of color #AA5FCD: hue angle of 280.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5FCD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 95 205 -
CMYK 0.17 0.54 0 0.20
HSL 280.91º 0.52% 0.59% -
HSV(B) 280.91º 0.54% 0.8% -
XYZ 31.69 21.14 60.17 -
YUV 129.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 170 95 205 0.17 0.54 0 0.20 280.91 0.52 0.59
Hex AA 5F CD 11 36 0 14 119 34 3B
Octal 252 137 315 21 66 0 24 431 64 73
Binary 10101010 1011111 11001101 10001 110110 0 10100 100011001 110100 111011

Color Harmonies of #AA5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FCD

Black with #AA5FCD

Text Example


Text Example

White with #AA5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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