Html Css Color HEX #AB60DC Amethyst

📋 copy color: '#AB60DC'

red 171 ◦ green 96 ◦ blue 220

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

Shades of Amethyst #AB60DC

Tints of Amethyst #AB60DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 35.11%
G = 19.71%
B = 45.17%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB60DC (or 0xAB60DC) is known color: Amethyst. HEX triplet: AB, 60 and DC. RGB value is (171,96,220). Sum of RGB (Red+Green+Blue) = 171+96+220=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB60DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60DC is #549F23. Grayscale: #848484. Windows color (decimal): -5545764 or 14442667. OLE color: 14442667.

HSL color Cylindrical-coordinate representation of color #AB60DC: hue angle of 276.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB60DC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 96 220 -
CMYK 0.22 0.56 0 0.14
HSL 276.29º 0.64% 0.62% -
HSV(B) 276.29º 0.56% 0.86% -
XYZ 33.9 22.19 70.21 -
YUV 132.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 171 96 220 0.22 0.56 0 0.14 276.29 0.64 0.62
Hex AB 60 DC 16 38 0 E 114 40 3E
Octal 253 140 334 26 70 0 16 424 100 76
Binary 10101011 1100000 11011100 10110 111000 0 1110 100010100 1000000 111110

Color Harmonies of #AB60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60DC

Black with #AB60DC

Text Example


Text Example

White with #AB60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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