Html Css Color HEX #AA55CB Medium Orchid

📋 copy color: '#AA55CB'

red 170 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #AA55CB

Tints of Medium Orchid #AA55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.56%

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

R = 37.12%
G = 18.56%
B = 44.32%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA55CB (or 0xAA55CB) is known color: Medium Orchid. HEX triplet: AA, 55 and CB. RGB value is (170,85,203). Sum of RGB (Red+Green+Blue) = 170+85+203=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55CB is #55AA34. Grayscale: #7B7B7B. Windows color (decimal): -5614133 or 13325738. OLE color: 13325738.

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

Color convert

RGB 170 85 203 -
CMYK 0.16 0.58 0 0.20
HSL 283.22º 0.53% 0.56% -
HSV(B) 283.22º 0.58% 0.8% -
XYZ 30.61 19.35 58.62 -
YUV 123.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 170 85 203 0.16 0.58 0 0.20 283.22 0.53 0.56
Hex AA 55 CB 10 3A 0 14 11B 35 38
Octal 252 125 313 20 72 0 24 433 65 70
Binary 10101010 1010101 11001011 10000 111010 0 10100 100011011 110101 111000

Color Harmonies of #AA55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55CB

Black with #AA55CB

Text Example


Text Example

White with #AA55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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