Html Css Color HEX #AB76DA Amethyst

📋 copy color: '#AB76DA'

red 171 ◦ green 118 ◦ blue 218

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

Shades of Amethyst #AB76DA

Tints of Amethyst #AB76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

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

R = 33.73%
G = 23.27%
B = 43%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB76DA (or 0xAB76DA) is known color: Amethyst. HEX triplet: AB, 76 and DA. RGB value is (171,118,218). Sum of RGB (Red+Green+Blue) = 171+118+218=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB76DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76DA is #548925. Grayscale: #909090. Windows color (decimal): -5540134 or 14317227. OLE color: 14317227.

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

Color convert

RGB 171 118 218 -
CMYK 0.22 0.46 0 0.15
HSL 271.8º 0.57% 0.66% -
HSV(B) 271.8º 0.46% 0.85% -
XYZ 35.93 26.68 69.59 -
YUV 145.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 171 118 218 0.22 0.46 0 0.15 271.8 0.57 0.66
Hex AB 76 DA 16 2E 0 F 110 39 42
Octal 253 166 332 26 56 0 17 420 71 102
Binary 10101011 1110110 11011010 10110 101110 0 1111 100010000 111001 1000010

Color Harmonies of #AB76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76DA

Black with #AB76DA

Text Example


Text Example

White with #AB76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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