Html Css Color HEX #AA5ACB Medium Orchid

📋 copy color: '#AA5ACB'

red 170 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #AA5ACB

Tints of Medium Orchid #AA5ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 36.72%
G = 19.44%
B = 43.84%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA5ACB (or 0xAA5ACB) is known color: Medium Orchid. HEX triplet: AA, 5A and CB. RGB value is (170,90,203). Sum of RGB (Red+Green+Blue) = 170+90+203=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ACB is #55A534. Grayscale: #7E7E7E. Windows color (decimal): -5612853 or 13327018. OLE color: 13327018.

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

Color convert

RGB 170 90 203 -
CMYK 0.16 0.56 0 0.20
HSL 282.48º 0.52% 0.57% -
HSV(B) 282.48º 0.56% 0.8% -
XYZ 31.01 20.17 58.76 -
YUV 126.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 170 90 203 0.16 0.56 0 0.20 282.48 0.52 0.57
Hex AA 5A CB 10 38 0 14 11A 34 39
Octal 252 132 313 20 70 0 24 432 64 71
Binary 10101010 1011010 11001011 10000 111000 0 10100 100011010 110100 111001

Color Harmonies of #AA5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ACB

Black with #AA5ACB

Text Example


Text Example

White with #AA5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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