Html Css Color HEX #AB62DC Amethyst

📋 copy color: '#AB62DC'

red 171 ◦ green 98 ◦ blue 220

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

Shades of Amethyst #AB62DC

Tints of Amethyst #AB62DC

RGB

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

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

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

R = 34.97%
G = 20.04%
B = 44.99%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB62DC (or 0xAB62DC) is known color: Amethyst. HEX triplet: AB, 62 and DC. RGB value is (171,98,220). Sum of RGB (Red+Green+Blue) = 171+98+220=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB62DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62DC is #549D23. Grayscale: #858585. Windows color (decimal): -5545252 or 14443179. OLE color: 14443179.

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

Color convert

RGB 171 98 220 -
CMYK 0.22 0.55 0 0.14
HSL 275.9º 0.64% 0.62% -
HSV(B) 275.9º 0.55% 0.86% -
XYZ 34.08 22.56 70.27 -
YUV 133.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 171 98 220 0.22 0.55 0 0.14 275.9 0.64 0.62
Hex AB 62 DC 16 37 0 E 114 40 3E
Octal 253 142 334 26 67 0 16 424 100 76
Binary 10101011 1100010 11011100 10110 110111 0 1110 100010100 1000000 111110

Color Harmonies of #AB62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB62DC

Black with #AB62DC

Text Example


Text Example

White with #AB62DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB62DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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