Html Css Color HEX #AA53CB Medium Orchid

📋 copy color: '#AA53CB'

red 170 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #AA53CB

Tints of Medium Orchid #AA53CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

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

R = 37.28%
G = 18.2%
B = 44.52%

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

#AA53CB (or 0xAA53CB) is known color: Medium Orchid. HEX triplet: AA, 53 and CB. RGB value is (170,83,203). Sum of RGB (Red+Green+Blue) = 170+83+203=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA53CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53CB is #55AC34. Grayscale: #7A7A7A. Windows color (decimal): -5614645 or 13325226. OLE color: 13325226.

HSL color Cylindrical-coordinate representation of color #AA53CB: hue angle of 283.5º degrees, saturation: 0.54, 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 #AA53CB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 83 203 -
CMYK 0.16 0.59 0 0.20
HSL 283.5º 0.54% 0.56% -
HSV(B) 283.5º 0.59% 0.8% -
XYZ 30.45 19.04 58.57 -
YUV 122.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 170 83 203 0.16 0.59 0 0.20 283.5 0.54 0.56
Hex AA 53 CB 10 3B 0 14 11C 36 38
Octal 252 123 313 20 73 0 24 434 66 70
Binary 10101010 1010011 11001011 10000 111011 0 10100 100011100 110110 111000

Color Harmonies of #AA53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53CB

Black with #AA53CB

Text Example


Text Example

White with #AA53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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