Html Css Color HEX #AB61E5 Amethyst

📋 copy color: '#AB61E5'

red 171 ◦ green 97 ◦ blue 229

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

Shades of Amethyst #AB61E5

Tints of Amethyst #AB61E5

RGB

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

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

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

R = 34.41%
G = 19.52%
B = 46.08%

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

#AB61E5 (or 0xAB61E5) is known color: Amethyst. HEX triplet: AB, 61 and E5. RGB value is (171,97,229). Sum of RGB (Red+Green+Blue) = 171+97+229=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB61E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61E5 is #549E1A. Grayscale: #858585. Windows color (decimal): -5545499 or 15032747. OLE color: 15032747.

HSL color Cylindrical-coordinate representation of color #AB61E5: hue angle of 273.64º 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 #AB61E5 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 97 229 -
CMYK 0.25 0.58 0 0.10
HSL 273.64º 0.72% 0.64% -
HSV(B) 273.64º 0.58% 0.9% -
XYZ 35.21 22.86 76.69 -
YUV 134.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 171 97 229 0.25 0.58 0 0.10 273.64 0.72 0.64
Hex AB 61 E5 19 3A 0 A 112 48 40
Octal 253 141 345 31 72 0 12 422 110 100
Binary 10101011 1100001 11100101 11001 111010 0 1010 100010010 1001000 1000000

Color Harmonies of #AB61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61E5

Black with #AB61E5

Text Example


Text Example

White with #AB61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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