Html Css Color HEX #AB62D1 Amethyst

📋 copy color: '#AB62D1'

red 171 ◦ green 98 ◦ blue 209

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

Shades of Amethyst #AB62D1

Tints of Amethyst #AB62D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

 BLUE value IS 209 (82.03% from 255) = 43.72%

R = 35.77%
G = 20.5%
B = 43.72%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB62D1 (or 0xAB62D1) is known color: Amethyst. HEX triplet: AB, 62 and D1. RGB value is (171,98,209). Sum of RGB (Red+Green+Blue) = 171+98+209=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB62D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62D1 is #549D2E. Grayscale: #848484. Windows color (decimal): -5545263 or 13722283. OLE color: 13722283.

HSL color Cylindrical-coordinate representation of color #AB62D1: hue angle of 279.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB62D1 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 98 209 -
CMYK 0.18 0.53 0 0.18
HSL 279.46º 0.55% 0.6% -
HSV(B) 279.46º 0.53% 0.82% -
XYZ 32.67 22 62.85 -
YUV 132.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 171 98 209 0.18 0.53 0 0.18 279.46 0.55 0.6
Hex AB 62 D1 12 35 0 12 117 37 3C
Octal 253 142 321 22 65 0 22 427 67 74
Binary 10101011 1100010 11010001 10010 110101 0 10010 100010111 110111 111100

Color Harmonies of #AB62D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62D1

Black with #AB62D1

Text Example


Text Example

White with #AB62D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62D1; }

 p { color: rgb(171,98,209); }

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

background-color css

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

 a { background-color: rgb(171,98,209); }

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

border-color css

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

 span { border-color: rgb(171,98,209); }

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