Html Css Color HEX #AB61E6 Amethyst

📋 copy color: '#AB61E6'

red 171 ◦ green 97 ◦ blue 230

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

Shades of Amethyst #AB61E6

Tints of Amethyst #AB61E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 34.34%
G = 19.48%
B = 46.18%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB61E6 (or 0xAB61E6) is known color: Amethyst. HEX triplet: AB, 61 and E6. RGB value is (171,97,230). Sum of RGB (Red+Green+Blue) = 171+97+230=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB61E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61E6 is #549E19. Grayscale: #858585. Windows color (decimal): -5545498 or 15098283. OLE color: 15098283.

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

Color convert

RGB 171 97 230 -
CMYK 0.26 0.58 0 0.10
HSL 273.38º 0.73% 0.64% -
HSV(B) 273.38º 0.58% 0.9% -
XYZ 35.35 22.92 77.42 -
YUV 134.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 171 97 230 0.26 0.58 0 0.10 273.38 0.73 0.64
Hex AB 61 E6 1A 3A 0 A 111 49 40
Octal 253 141 346 32 72 0 12 421 111 100
Binary 10101011 1100001 11100110 11010 111010 0 1010 100010001 1001001 1000000

Color Harmonies of #AB61E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61E6

Black with #AB61E6

Text Example


Text Example

White with #AB61E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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