Html Css Color HEX #AA53CC Medium Orchid

📋 copy color: '#AA53CC'

red 170 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #AA53CC

Tints of Medium Orchid #AA53CC

RGB

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

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

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

R = 37.2%
G = 18.16%
B = 44.64%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA53CC (or 0xAA53CC) is known color: Medium Orchid. HEX triplet: AA, 53 and CC. RGB value is (170,83,204). Sum of RGB (Red+Green+Blue) = 170+83+204=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA53CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53CC is #55AC33. Grayscale: #7A7A7A. Windows color (decimal): -5614644 or 13390762. OLE color: 13390762.

HSL color Cylindrical-coordinate representation of color #AA53CC: hue angle of 283.14º 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 #AA53CC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 83 204 -
CMYK 0.17 0.59 0 0.2
HSL 283.14º 0.54% 0.56% -
HSV(B) 283.14º 0.59% 0.8% -
XYZ 30.57 19.09 59.2 -
YUV 122.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 170 83 204 0.17 0.59 0 0.2 283.14 0.54 0.56
Hex AA 53 CC 11 3B 0 14 11B 36 38
Octal 252 123 314 21 73 0 24 433 66 70
Binary 10101010 1010011 11001100 10001 111011 0 10100 100011011 110110 111000

Color Harmonies of #AA53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA53CC

Black with #AA53CC

Text Example


Text Example

White with #AA53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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