Html Css Color HEX #AA51CC Medium Orchid

📋 copy color: '#AA51CC'

red 170 ◦ green 81 ◦ blue 204

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

Shades of Medium Orchid #AA51CC

Tints of Medium Orchid #AA51CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.8%

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

R = 37.36%
G = 17.8%
B = 44.84%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA51CC (or 0xAA51CC) is known color: Medium Orchid. HEX triplet: AA, 51 and CC. RGB value is (170,81,204). Sum of RGB (Red+Green+Blue) = 170+81+204=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA51CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51CC is #55AE33. Grayscale: #797979. Windows color (decimal): -5615156 or 13390250. OLE color: 13390250.

HSL color Cylindrical-coordinate representation of color #AA51CC: hue angle of 283.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA51CC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 81 204 -
CMYK 0.17 0.60 0 0.2
HSL 283.41º 0.55% 0.56% -
HSV(B) 283.41º 0.6% 0.8% -
XYZ 30.42 18.79 59.15 -
YUV 121.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 170 81 204 0.17 0.60 0 0.2 283.41 0.55 0.56
Hex AA 51 CC 11 3C 0 14 11B 37 38
Octal 252 121 314 21 74 0 24 433 67 70
Binary 10101010 1010001 11001100 10001 111100 0 10100 100011011 110111 111000

Color Harmonies of #AA51CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51CC

Black with #AA51CC

Text Example


Text Example

White with #AA51CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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