Html Css Color HEX #AA61CC Medium Orchid

📋 copy color: '#AA61CC'

red 170 ◦ green 97 ◦ blue 204

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

Shades of Medium Orchid #AA61CC

Tints of Medium Orchid #AA61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

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

R = 36.09%
G = 20.59%
B = 43.31%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA61CC (or 0xAA61CC) is known color: Medium Orchid. HEX triplet: AA, 61 and CC. RGB value is (170,97,204). Sum of RGB (Red+Green+Blue) = 170+97+204=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA61CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CC is #559E33. Grayscale: #828282. Windows color (decimal): -5611060 or 13394346. OLE color: 13394346.

HSL color Cylindrical-coordinate representation of color #AA61CC: hue angle of 280.93º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA61CC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 97 204 -
CMYK 0.17 0.52 0 0.2
HSL 280.93º 0.51% 0.59% -
HSV(B) 280.93º 0.52% 0.8% -
XYZ 31.75 21.46 59.59 -
YUV 131.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 170 97 204 0.17 0.52 0 0.2 280.93 0.51 0.59
Hex AA 61 CC 11 34 0 14 119 33 3B
Octal 252 141 314 21 64 0 24 431 63 73
Binary 10101010 1100001 11001100 10001 110100 0 10100 100011001 110011 111011

Color Harmonies of #AA61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61CC

Black with #AA61CC

Text Example


Text Example

White with #AA61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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