Html Css Color HEX #AB74CE Amethyst

📋 copy color: '#AB74CE'

red 171 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #AB74CE

Tints of Amethyst #AB74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 34.69%
G = 23.53%
B = 41.78%

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

#AB74CE (or 0xAB74CE) is known color: Amethyst. HEX triplet: AB, 74 and CE. RGB value is (171,116,206). Sum of RGB (Red+Green+Blue) = 171+116+206=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74CE is #548B31. Grayscale: #8E8E8E. Windows color (decimal): -5540658 or 13530283. OLE color: 13530283.

HSL color Cylindrical-coordinate representation of color #AB74CE: hue angle of 276.67º degrees, saturation: 0.48, 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 #AB74CE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 116 206 -
CMYK 0.17 0.44 0 0.19
HSL 276.67º 0.48% 0.63% -
HSV(B) 276.67º 0.44% 0.81% -
XYZ 34.18 25.6 61.53 -
YUV 142.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 171 116 206 0.17 0.44 0 0.19 276.67 0.48 0.63
Hex AB 74 CE 11 2C 0 13 115 30 3F
Octal 253 164 316 21 54 0 23 425 60 77
Binary 10101011 1110100 11001110 10001 101100 0 10011 100010101 110000 111111

Color Harmonies of #AB74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74CE

Black with #AB74CE

Text Example


Text Example

White with #AB74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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