Html Css Color HEX #AA54CB Medium Orchid

📋 copy color: '#AA54CB'

red 170 ◦ green 84 ◦ blue 203

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

Shades of Medium Orchid #AA54CB

Tints of Medium Orchid #AA54CB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

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

R = 37.2%
G = 18.38%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA54CB (or 0xAA54CB) is known color: Medium Orchid. HEX triplet: AA, 54 and CB. RGB value is (170,84,203). Sum of RGB (Red+Green+Blue) = 170+84+203=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA54CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54CB is #55AB34. Grayscale: #7A7A7A. Windows color (decimal): -5614389 or 13325482. OLE color: 13325482.

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

Color convert

RGB 170 84 203 -
CMYK 0.16 0.59 0 0.20
HSL 283.36º 0.53% 0.56% -
HSV(B) 283.36º 0.59% 0.8% -
XYZ 30.53 19.2 58.6 -
YUV 123.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 170 84 203 0.16 0.59 0 0.20 283.36 0.53 0.56
Hex AA 54 CB 10 3B 0 14 11B 35 38
Octal 252 124 313 20 73 0 24 433 65 70
Binary 10101010 1010100 11001011 10000 111011 0 10100 100011011 110101 111000

Color Harmonies of #AA54CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54CB

Black with #AA54CB

Text Example


Text Example

White with #AA54CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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