Html Css Color HEX #AA61C8 Medium Orchid

📋 copy color: '#AA61C8'

red 170 ◦ green 97 ◦ blue 200

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

Shades of Medium Orchid #AA61C8

Tints of Medium Orchid #AA61C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 36.4%
G = 20.77%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA61C8 (or 0xAA61C8) is known color: Medium Orchid. HEX triplet: AA, 61 and C8. RGB value is (170,97,200). Sum of RGB (Red+Green+Blue) = 170+97+200=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA61C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61C8 is #559E37. Grayscale: #828282. Windows color (decimal): -5611064 or 13132202. OLE color: 13132202.

HSL color Cylindrical-coordinate representation of color #AA61C8: hue angle of 282.52º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA61C8 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 97 200 -
CMYK 0.15 0.52 0 0.22
HSL 282.52º 0.48% 0.58% -
HSV(B) 282.52º 0.52% 0.78% -
XYZ 31.28 21.27 57.1 -
YUV 130.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 170 97 200 0.15 0.52 0 0.22 282.52 0.48 0.58
Hex AA 61 C8 F 34 0 16 11B 30 3A
Octal 252 141 310 17 64 0 26 433 60 72
Binary 10101010 1100001 11001000 1111 110100 0 10110 100011011 110000 111010

Color Harmonies of #AA61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61C8

Black with #AA61C8

Text Example


Text Example

White with #AA61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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