Html Css Color HEX #AA73CB Amethyst

📋 copy color: '#AA73CB'

red 170 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #AA73CB

Tints of Amethyst #AA73CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.57%

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

R = 34.84%
G = 23.57%
B = 41.6%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA73CB (or 0xAA73CB) is known color: Amethyst. HEX triplet: AA, 73 and CB. RGB value is (170,115,203). Sum of RGB (Red+Green+Blue) = 170+115+203=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73CB is #558C34. Grayscale: #8D8D8D. Windows color (decimal): -5606453 or 13333418. OLE color: 13333418.

HSL color Cylindrical-coordinate representation of color #AA73CB: hue angle of 277.5º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA73CB is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 115 203 -
CMYK 0.16 0.43 0 0.20
HSL 277.5º 0.46% 0.62% -
HSV(B) 277.5º 0.43% 0.8% -
XYZ 33.49 25.12 59.58 -
YUV 141.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 170 115 203 0.16 0.43 0 0.20 277.5 0.46 0.62
Hex AA 73 CB 10 2B 0 14 116 2E 3E
Octal 252 163 313 20 53 0 24 426 56 76
Binary 10101010 1110011 11001011 10000 101011 0 10100 100010110 101110 111110

Color Harmonies of #AA73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73CB

Black with #AA73CB

Text Example


Text Example

White with #AA73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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