Html Css Color HEX #AB60E7 Amethyst

📋 copy color: '#AB60E7'

red 171 ◦ green 96 ◦ blue 231

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

Shades of Amethyst #AB60E7

Tints of Amethyst #AB60E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.39%

R = 34.34%
G = 19.28%
B = 46.39%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB60E7 (or 0xAB60E7) is known color: Amethyst. HEX triplet: AB, 60 and E7. RGB value is (171,96,231). Sum of RGB (Red+Green+Blue) = 171+96+231=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB60E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60E7 is #549F18. Grayscale: #858585. Windows color (decimal): -5545753 or 15163563. OLE color: 15163563.

HSL color Cylindrical-coordinate representation of color #AB60E7: hue angle of 273.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB60E7 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 96 231 -
CMYK 0.26 0.58 0 0.09
HSL 273.33º 0.74% 0.64% -
HSV(B) 273.33º 0.58% 0.91% -
XYZ 35.4 22.79 78.13 -
YUV 133.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 171 96 231 0.26 0.58 0 0.09 273.33 0.74 0.64
Hex AB 60 E7 1A 3A 0 9 111 4A 40
Octal 253 140 347 32 72 0 11 421 112 100
Binary 10101011 1100000 11100111 11010 111010 0 1001 100010001 1001010 1000000

Color Harmonies of #AB60E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60E7

Black with #AB60E7

Text Example


Text Example

White with #AB60E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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