Html Css Color HEX #AB63D6 Amethyst

📋 copy color: '#AB63D6'

red 171 ◦ green 99 ◦ blue 214

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

Shades of Amethyst #AB63D6

Tints of Amethyst #AB63D6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.45%

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 35.33%
G = 20.45%
B = 44.21%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB63D6 (or 0xAB63D6) is known color: Amethyst. HEX triplet: AB, 63 and D6. RGB value is (171,99,214). Sum of RGB (Red+Green+Blue) = 171+99+214=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB63D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63D6 is #549C29. Grayscale: #858585. Windows color (decimal): -5545002 or 14050219. OLE color: 14050219.

HSL color Cylindrical-coordinate representation of color #AB63D6: hue angle of 277.57º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB63D6 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 99 214 -
CMYK 0.20 0.54 0 0.16
HSL 277.57º 0.58% 0.61% -
HSV(B) 277.57º 0.54% 0.84% -
XYZ 33.39 22.44 66.19 -
YUV 133.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 171 99 214 0.20 0.54 0 0.16 277.57 0.58 0.61
Hex AB 63 D6 14 36 0 10 116 3A 3D
Octal 253 143 326 24 66 0 20 426 72 75
Binary 10101011 1100011 11010110 10100 110110 0 10000 100010110 111010 111101

Color Harmonies of #AB63D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63D6

Black with #AB63D6

Text Example


Text Example

White with #AB63D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63D6; }

 p { color: rgb(171,99,214); }

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

background-color css

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

 a { background-color: rgb(171,99,214); }

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

border-color css

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

 span { border-color: rgb(171,99,214); }

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