Html Css Color HEX #AA61CA Medium Orchid

📋 copy color: '#AA61CA'

red 170 ◦ green 97 ◦ blue 202

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

Shades of Medium Orchid #AA61CA

Tints of Medium Orchid #AA61CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 36.25%
G = 20.68%
B = 43.07%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA61CA (or 0xAA61CA) is known color: Medium Orchid. HEX triplet: AA, 61 and CA. RGB value is (170,97,202). Sum of RGB (Red+Green+Blue) = 170+97+202=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CA is #559E35. Grayscale: #828282. Windows color (decimal): -5611062 or 13263274. OLE color: 13263274.

HSL color Cylindrical-coordinate representation of color #AA61CA: hue angle of 281.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA61CA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 97 202 -
CMYK 0.16 0.52 0 0.21
HSL 281.71º 0.5% 0.59% -
HSV(B) 281.71º 0.52% 0.79% -
XYZ 31.51 21.36 58.34 -
YUV 130.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 170 97 202 0.16 0.52 0 0.21 281.71 0.5 0.59
Hex AA 61 CA 10 34 0 15 11A 32 3B
Octal 252 141 312 20 64 0 25 432 62 73
Binary 10101010 1100001 11001010 10000 110100 0 10101 100011010 110010 111011

Color Harmonies of #AA61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61CA

Black with #AA61CA

Text Example


Text Example

White with #AA61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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