Html Css Color HEX #AB61D8 Amethyst

📋 copy color: '#AB61D8'

red 171 ◦ green 97 ◦ blue 216

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

Shades of Amethyst #AB61D8

Tints of Amethyst #AB61D8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 35.33%
G = 20.04%
B = 44.63%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB61D8 (or 0xAB61D8) is known color: Amethyst. HEX triplet: AB, 61 and D8. RGB value is (171,97,216). Sum of RGB (Red+Green+Blue) = 171+97+216=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB61D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61D8 is #549E27. Grayscale: #848484. Windows color (decimal): -5545512 or 14180779. OLE color: 14180779.

HSL color Cylindrical-coordinate representation of color #AB61D8: hue angle of 277.31º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB61D8 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 97 216 -
CMYK 0.21 0.55 0 0.15
HSL 277.31º 0.6% 0.61% -
HSV(B) 277.31º 0.55% 0.85% -
XYZ 33.46 22.17 67.48 -
YUV 132.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 171 97 216 0.21 0.55 0 0.15 277.31 0.6 0.61
Hex AB 61 D8 15 37 0 F 115 3C 3D
Octal 253 141 330 25 67 0 17 425 74 75
Binary 10101011 1100001 11011000 10101 110111 0 1111 100010101 111100 111101

Color Harmonies of #AB61D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61D8

Black with #AB61D8

Text Example


Text Example

White with #AB61D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61D8; }

 p { color: rgb(171,97,216); }

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

background-color css

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

 a { background-color: rgb(171,97,216); }

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

border-color css

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

 span { border-color: rgb(171,97,216); }

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