Html Css Color HEX #AB6DD6 Amethyst

📋 copy color: '#AB6DD6'

red 171 ◦ green 109 ◦ blue 214

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

Shades of Amethyst #AB6DD6

Tints of Amethyst #AB6DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.06%

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

R = 34.62%
G = 22.06%
B = 43.32%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB6DD6 (or 0xAB6DD6) is known color: Amethyst. HEX triplet: AB, 6D and D6. RGB value is (171,109,214). Sum of RGB (Red+Green+Blue) = 171+109+214=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB6DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DD6 is #549229. Grayscale: #8B8B8B. Windows color (decimal): -5542442 or 14052779. OLE color: 14052779.

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

Color convert

RGB 171 109 214 -
CMYK 0.20 0.49 0 0.16
HSL 275.43º 0.56% 0.63% -
HSV(B) 275.43º 0.49% 0.84% -
XYZ 34.4 24.45 66.52 -
YUV 139.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 171 109 214 0.20 0.49 0 0.16 275.43 0.56 0.63
Hex AB 6D D6 14 31 0 10 113 38 3F
Octal 253 155 326 24 61 0 20 423 70 77
Binary 10101011 1101101 11010110 10100 110001 0 10000 100010011 111000 111111

Color Harmonies of #AB6DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DD6

Black with #AB6DD6

Text Example


Text Example

White with #AB6DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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