Html Css Color HEX #AB60E5 Amethyst

📋 copy color: '#AB60E5'

red 171 ◦ green 96 ◦ blue 229

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

Shades of Amethyst #AB60E5

Tints of Amethyst #AB60E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.35%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 34.48%
G = 19.35%
B = 46.17%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB60E5 (or 0xAB60E5) is known color: Amethyst. HEX triplet: AB, 60 and E5. RGB value is (171,96,229). Sum of RGB (Red+Green+Blue) = 171+96+229=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB60E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60E5 is #549F1A. Grayscale: #858585. Windows color (decimal): -5545755 or 15032491. OLE color: 15032491.

HSL color Cylindrical-coordinate representation of color #AB60E5: hue angle of 273.83º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB60E5 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 96 229 -
CMYK 0.25 0.58 0 0.10
HSL 273.83º 0.72% 0.64% -
HSV(B) 273.83º 0.58% 0.9% -
XYZ 35.12 22.68 76.66 -
YUV 133.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 171 96 229 0.25 0.58 0 0.10 273.83 0.72 0.64
Hex AB 60 E5 19 3A 0 A 112 48 40
Octal 253 140 345 31 72 0 12 422 110 100
Binary 10101011 1100000 11100101 11001 111010 0 1010 100010010 1001000 1000000

Color Harmonies of #AB60E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60E5

Black with #AB60E5

Text Example


Text Example

White with #AB60E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60E5; }

 p { color: rgb(171,96,229); }

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

background-color css

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

 a { background-color: rgb(171,96,229); }

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

border-color css

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

 span { border-color: rgb(171,96,229); }

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