Html Css Color HEX #AB73CF Amethyst

📋 copy color: '#AB73CF'

red 171 ◦ green 115 ◦ blue 207

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

Shades of Amethyst #AB73CF

Tints of Amethyst #AB73CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 34.69%
G = 23.33%
B = 41.99%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB73CF (or 0xAB73CF) is known color: Amethyst. HEX triplet: AB, 73 and CF. RGB value is (171,115,207). Sum of RGB (Red+Green+Blue) = 171+115+207=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73CF is #548C30. Grayscale: #8D8D8D. Windows color (decimal): -5540913 or 13595563. OLE color: 13595563.

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

Color convert

RGB 171 115 207 -
CMYK 0.17 0.44 0 0.19
HSL 276.52º 0.49% 0.63% -
HSV(B) 276.52º 0.44% 0.81% -
XYZ 34.19 25.42 62.14 -
YUV 142.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 171 115 207 0.17 0.44 0 0.19 276.52 0.49 0.63
Hex AB 73 CF 11 2C 0 13 115 31 3F
Octal 253 163 317 21 54 0 23 425 61 77
Binary 10101011 1110011 11001111 10001 101100 0 10011 100010101 110001 111111

Color Harmonies of #AB73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB73CF

Black with #AB73CF

Text Example


Text Example

White with #AB73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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