Html Css Color HEX #AB60E6 Amethyst

📋 copy color: '#AB60E6'

red 171 ◦ green 96 ◦ blue 230

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

Shades of Amethyst #AB60E6

Tints of Amethyst #AB60E6

RGB

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

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

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

R = 34.41%
G = 19.32%
B = 46.28%

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

#AB60E6 (or 0xAB60E6) is known color: Amethyst. HEX triplet: AB, 60 and E6. RGB value is (171,96,230). Sum of RGB (Red+Green+Blue) = 171+96+230=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB60E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60E6 is #549F19. Grayscale: #858585. Windows color (decimal): -5545754 or 15098027. OLE color: 15098027.

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

Color convert

RGB 171 96 230 -
CMYK 0.26 0.58 0 0.10
HSL 273.58º 0.73% 0.64% -
HSV(B) 273.58º 0.58% 0.9% -
XYZ 35.26 22.74 77.39 -
YUV 133.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 171 96 230 0.26 0.58 0 0.10 273.58 0.73 0.64
Hex AB 60 E6 1A 3A 0 A 112 49 40
Octal 253 140 346 32 72 0 12 422 111 100
Binary 10101011 1100000 11100110 11010 111010 0 1010 100010010 1001001 1000000

Color Harmonies of #AB60E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60E6

Black with #AB60E6

Text Example


Text Example

White with #AB60E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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