Html Css Color HEX #AB60EC Amethyst

📋 copy color: '#AB60EC'

red 171 ◦ green 96 ◦ blue 236

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

Shades of Amethyst #AB60EC

Tints of Amethyst #AB60EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 34%
G = 19.09%
B = 46.92%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB60EC (or 0xAB60EC) is known color: Amethyst. HEX triplet: AB, 60 and EC. RGB value is (171,96,236). Sum of RGB (Red+Green+Blue) = 171+96+236=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB60EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60EC is #549F13. Grayscale: #858585. Windows color (decimal): -5545748 or 15491243. OLE color: 15491243.

HSL color Cylindrical-coordinate representation of color #AB60EC: hue angle of 272.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB60EC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 96 236 -
CMYK 0.28 0.59 0 0.07
HSL 272.14º 0.79% 0.65% -
HSV(B) 272.14º 0.59% 0.93% -
XYZ 36.12 23.08 81.91 -
YUV 134.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 171 96 236 0.28 0.59 0 0.07 272.14 0.79 0.65
Hex AB 60 EC 1C 3B 0 7 110 4F 41
Octal 253 140 354 34 73 0 7 420 117 101
Binary 10101011 1100000 11101100 11100 111011 0 111 100010000 1001111 1000001

Color Harmonies of #AB60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60EC

Black with #AB60EC

Text Example


Text Example

White with #AB60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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