Html Css Color HEX #AB6CD8 Amethyst

📋 copy color: '#AB6CD8'

red 171 ◦ green 108 ◦ blue 216

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

Shades of Amethyst #AB6CD8

Tints of Amethyst #AB6CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 34.55%
G = 21.82%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB6CD8 (or 0xAB6CD8) is known color: Amethyst. HEX triplet: AB, 6C and D8. RGB value is (171,108,216). Sum of RGB (Red+Green+Blue) = 171+108+216=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB6CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CD8 is #549327. Grayscale: #8A8A8A. Windows color (decimal): -5542696 or 14183595. OLE color: 14183595.

HSL color Cylindrical-coordinate representation of color #AB6CD8: hue angle of 275º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6CD8 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 108 216 -
CMYK 0.21 0.50 0 0.15
HSL 275º 0.58% 0.64% -
HSV(B) 275º 0.5% 0.85% -
XYZ 34.55 24.34 67.84 -
YUV 139.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 171 108 216 0.21 0.50 0 0.15 275 0.58 0.64
Hex AB 6C D8 15 32 0 F 113 3A 40
Octal 253 154 330 25 62 0 17 423 72 100
Binary 10101011 1101100 11011000 10101 110010 0 1111 100010011 111010 1000000

Color Harmonies of #AB6CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CD8

Black with #AB6CD8

Text Example


Text Example

White with #AB6CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CD8; }

 p { color: rgb(171,108,216); }

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

background-color css

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

 a { background-color: rgb(171,108,216); }

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

border-color css

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

 span { border-color: rgb(171,108,216); }

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