Html Css Color HEX #AA61CB Medium Orchid

📋 copy color: '#AA61CB'

red 170 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #AA61CB

Tints of Medium Orchid #AA61CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 36.17%
G = 20.64%
B = 43.19%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA61CB (or 0xAA61CB) is known color: Medium Orchid. HEX triplet: AA, 61 and CB. RGB value is (170,97,203). Sum of RGB (Red+Green+Blue) = 170+97+203=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61CB is #559E34. Grayscale: #828282. Windows color (decimal): -5611061 or 13328810. OLE color: 13328810.

HSL color Cylindrical-coordinate representation of color #AA61CB: hue angle of 281.32º degrees, saturation: 0.5, 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 #AA61CB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 97 203 -
CMYK 0.16 0.52 0 0.20
HSL 281.32º 0.5% 0.59% -
HSV(B) 281.32º 0.52% 0.8% -
XYZ 31.63 21.41 58.96 -
YUV 130.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 170 97 203 0.16 0.52 0 0.20 281.32 0.5 0.59
Hex AA 61 CB 10 34 0 14 119 32 3B
Octal 252 141 313 20 64 0 24 431 62 73
Binary 10101010 1100001 11001011 10000 110100 0 10100 100011001 110010 111011

Color Harmonies of #AA61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61CB

Black with #AA61CB

Text Example


Text Example

White with #AA61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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