Html Css Color HEX #AB74D6 Amethyst

📋 copy color: '#AB74D6'

red 171 ◦ green 116 ◦ blue 214

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

Shades of Amethyst #AB74D6

Tints of Amethyst #AB74D6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 34.13%
G = 23.15%
B = 42.71%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB74D6 (or 0xAB74D6) is known color: Amethyst. HEX triplet: AB, 74 and D6. RGB value is (171,116,214). Sum of RGB (Red+Green+Blue) = 171+116+214=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB74D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74D6 is #548B29. Grayscale: #8F8F8F. Windows color (decimal): -5540650 or 14054571. OLE color: 14054571.

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

Color convert

RGB 171 116 214 -
CMYK 0.20 0.46 0 0.16
HSL 273.67º 0.54% 0.65% -
HSV(B) 273.67º 0.46% 0.84% -
XYZ 35.18 26 66.78 -
YUV 143.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 171 116 214 0.20 0.46 0 0.16 273.67 0.54 0.65
Hex AB 74 D6 14 2E 0 10 112 36 41
Octal 253 164 326 24 56 0 20 422 66 101
Binary 10101011 1110100 11010110 10100 101110 0 10000 100010010 110110 1000001

Color Harmonies of #AB74D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74D6

Black with #AB74D6

Text Example


Text Example

White with #AB74D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74D6; }

 p { color: rgb(171,116,214); }

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

background-color css

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

 a { background-color: rgb(171,116,214); }

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

border-color css

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

 span { border-color: rgb(171,116,214); }

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