Html Css Color HEX #AB74D5 Amethyst

📋 copy color: '#AB74D5'

red 171 ◦ green 116 ◦ blue 213

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

Shades of Amethyst #AB74D5

Tints of Amethyst #AB74D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.6%

R = 34.2%
G = 23.2%
B = 42.6%

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

#AB74D5 (or 0xAB74D5) is known color: Amethyst. HEX triplet: AB, 74 and D5. RGB value is (171,116,213). Sum of RGB (Red+Green+Blue) = 171+116+213=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB74D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74D5 is #548B2A. Grayscale: #8F8F8F. Windows color (decimal): -5540651 or 13989035. OLE color: 13989035.

HSL color Cylindrical-coordinate representation of color #AB74D5: hue angle of 274.02º 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 #AB74D5 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 116 213 -
CMYK 0.20 0.46 0 0.16
HSL 274.02º 0.54% 0.65% -
HSV(B) 274.02º 0.46% 0.84% -
XYZ 35.05 25.95 66.11 -
YUV 143.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 171 116 213 0.20 0.46 0 0.16 274.02 0.54 0.65
Hex AB 74 D5 14 2E 0 10 112 36 41
Octal 253 164 325 24 56 0 20 422 66 101
Binary 10101011 1110100 11010101 10100 101110 0 10000 100010010 110110 1000001

Color Harmonies of #AB74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74D5

Black with #AB74D5

Text Example


Text Example

White with #AB74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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