Html Css Color HEX #AB6DD0 Amethyst

📋 copy color: '#AB6DD0'

red 171 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #AB6DD0

Tints of Amethyst #AB6DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 35.04%
G = 22.34%
B = 42.62%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB6DD0 (or 0xAB6DD0) is known color: Amethyst. HEX triplet: AB, 6D and D0. RGB value is (171,109,208). Sum of RGB (Red+Green+Blue) = 171+109+208=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB6DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DD0 is #54922F. Grayscale: #8A8A8A. Windows color (decimal): -5542448 or 13659563. OLE color: 13659563.

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

Color convert

RGB 171 109 208 -
CMYK 0.18 0.48 0 0.18
HSL 277.58º 0.51% 0.62% -
HSV(B) 277.58º 0.48% 0.82% -
XYZ 33.65 24.15 62.56 -
YUV 138.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 171 109 208 0.18 0.48 0 0.18 277.58 0.51 0.62
Hex AB 6D D0 12 30 0 12 116 33 3E
Octal 253 155 320 22 60 0 22 426 63 76
Binary 10101011 1101101 11010000 10010 110000 0 10010 100010110 110011 111110

Color Harmonies of #AB6DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DD0

Black with #AB6DD0

Text Example


Text Example

White with #AB6DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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