Html Css Color HEX #AB74DA Amethyst

📋 copy color: '#AB74DA'

red 171 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #AB74DA

Tints of Amethyst #AB74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 33.86%
G = 22.97%
B = 43.17%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB74DA (or 0xAB74DA) is known color: Amethyst. HEX triplet: AB, 74 and DA. RGB value is (171,116,218). Sum of RGB (Red+Green+Blue) = 171+116+218=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74DA is #548B25. Grayscale: #8F8F8F. Windows color (decimal): -5540646 or 14316715. OLE color: 14316715.

HSL color Cylindrical-coordinate representation of color #AB74DA: hue angle of 272.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB74DA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 116 218 -
CMYK 0.22 0.47 0 0.15
HSL 272.35º 0.58% 0.65% -
HSV(B) 272.35º 0.47% 0.85% -
XYZ 35.69 26.21 69.51 -
YUV 144.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 171 116 218 0.22 0.47 0 0.15 272.35 0.58 0.65
Hex AB 74 DA 16 2F 0 F 110 3A 41
Octal 253 164 332 26 57 0 17 420 72 101
Binary 10101011 1110100 11011010 10110 101111 0 1111 100010000 111010 1000001

Color Harmonies of #AB74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74DA

Black with #AB74DA

Text Example


Text Example

White with #AB74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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