Html Css Color HEX #AA5FCA Medium Orchid

📋 copy color: '#AA5FCA'

red 170 ◦ green 95 ◦ blue 202

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

Shades of Medium Orchid #AA5FCA

Tints of Medium Orchid #AA5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 36.4%
G = 20.34%
B = 43.25%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA5FCA (or 0xAA5FCA) is known color: Medium Orchid. HEX triplet: AA, 5F and CA. RGB value is (170,95,202). Sum of RGB (Red+Green+Blue) = 170+95+202=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FCA is #55A035. Grayscale: #818181. Windows color (decimal): -5611574 or 13262762. OLE color: 13262762.

HSL color Cylindrical-coordinate representation of color #AA5FCA: hue angle of 282.06º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5FCA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 95 202 -
CMYK 0.16 0.53 0 0.21
HSL 282.06º 0.5% 0.58% -
HSV(B) 282.06º 0.53% 0.79% -
XYZ 31.33 20.99 58.28 -
YUV 129.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 170 95 202 0.16 0.53 0 0.21 282.06 0.5 0.58
Hex AA 5F CA 10 35 0 15 11A 32 3A
Octal 252 137 312 20 65 0 25 432 62 72
Binary 10101010 1011111 11001010 10000 110101 0 10101 100011010 110010 111010

Color Harmonies of #AA5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FCA

Black with #AA5FCA

Text Example


Text Example

White with #AA5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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