Html Css Color HEX #AA5FCC Medium Orchid

📋 copy color: '#AA5FCC'

red 170 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #AA5FCC

Tints of Medium Orchid #AA5FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 36.25%
G = 20.26%
B = 43.5%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA5FCC (or 0xAA5FCC) is known color: Medium Orchid. HEX triplet: AA, 5F and CC. RGB value is (170,95,204). Sum of RGB (Red+Green+Blue) = 170+95+204=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FCC is #55A033. Grayscale: #818181. Windows color (decimal): -5611572 or 13393834. OLE color: 13393834.

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

Color convert

RGB 170 95 204 -
CMYK 0.17 0.53 0 0.2
HSL 281.28º 0.52% 0.59% -
HSV(B) 281.28º 0.53% 0.8% -
XYZ 31.57 21.09 59.53 -
YUV 129.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 170 95 204 0.17 0.53 0 0.2 281.28 0.52 0.59
Hex AA 5F CC 11 35 0 14 119 34 3B
Octal 252 137 314 21 65 0 24 431 64 73
Binary 10101010 1011111 11001100 10001 110101 0 10100 100011001 110100 111011

Color Harmonies of #AA5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FCC

Black with #AA5FCC

Text Example


Text Example

White with #AA5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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