Html Css Color HEX #AB73CD Amethyst

📋 copy color: '#AB73CD'

red 171 ◦ green 115 ◦ blue 205

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

Shades of Amethyst #AB73CD

Tints of Amethyst #AB73CD

RGB

 RED value IS 171 (67.19% from 255) = 34.83%

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 34.83%
G = 23.42%
B = 41.75%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB73CD (or 0xAB73CD) is known color: Amethyst. HEX triplet: AB, 73 and CD. RGB value is (171,115,205). Sum of RGB (Red+Green+Blue) = 171+115+205=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB73CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73CD is #548C32. Grayscale: #8D8D8D. Windows color (decimal): -5540915 or 13464491. OLE color: 13464491.

HSL color Cylindrical-coordinate representation of color #AB73CD: hue angle of 277.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB73CD is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 115 205 -
CMYK 0.17 0.44 0 0.20
HSL 277.33º 0.47% 0.63% -
HSV(B) 277.33º 0.44% 0.8% -
XYZ 33.94 25.33 60.86 -
YUV 142 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 171 115 205 0.17 0.44 0 0.20 277.33 0.47 0.63
Hex AB 73 CD 11 2C 0 14 115 2F 3F
Octal 253 163 315 21 54 0 24 425 57 77
Binary 10101011 1110011 11001101 10001 101100 0 10100 100010101 101111 111111

Color Harmonies of #AB73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB73CD

Black with #AB73CD

Text Example


Text Example

White with #AB73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB73CD; }

 p { color: rgb(171,115,205); }

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

background-color css

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

 a { background-color: rgb(171,115,205); }

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

border-color css

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

 span { border-color: rgb(171,115,205); }

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