Html Css Color HEX #AB60DE Amethyst

📋 copy color: '#AB60DE'

red 171 ◦ green 96 ◦ blue 222

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

Shades of Amethyst #AB60DE

Tints of Amethyst #AB60DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 34.97%
G = 19.63%
B = 45.4%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB60DE (or 0xAB60DE) is known color: Amethyst. HEX triplet: AB, 60 and DE. RGB value is (171,96,222). Sum of RGB (Red+Green+Blue) = 171+96+222=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB60DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60DE is #549F21. Grayscale: #848484. Windows color (decimal): -5545762 or 14573739. OLE color: 14573739.

HSL color Cylindrical-coordinate representation of color #AB60DE: hue angle of 275.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB60DE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 96 222 -
CMYK 0.23 0.57 0 0.13
HSL 275.71º 0.66% 0.62% -
HSV(B) 275.71º 0.57% 0.87% -
XYZ 34.16 22.3 71.61 -
YUV 132.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 171 96 222 0.23 0.57 0 0.13 275.71 0.66 0.62
Hex AB 60 DE 17 39 0 D 114 42 3E
Octal 253 140 336 27 71 0 15 424 102 76
Binary 10101011 1100000 11011110 10111 111001 0 1101 100010100 1000010 111110

Color Harmonies of #AB60DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60DE

Black with #AB60DE

Text Example


Text Example

White with #AB60DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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