Html Css Color HEX #AB6DC0 Amethyst

📋 copy color: '#AB6DC0'

red 171 ◦ green 109 ◦ blue 192

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

Shades of Amethyst #AB6DC0

Tints of Amethyst #AB6DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 36.23%
G = 23.09%
B = 40.68%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB6DC0 (or 0xAB6DC0) is known color: Amethyst. HEX triplet: AB, 6D and C0. RGB value is (171,109,192). Sum of RGB (Red+Green+Blue) = 171+109+192=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB6DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DC0 is #54923F. Grayscale: #888888. Windows color (decimal): -5542464 or 12610987. OLE color: 12610987.

HSL color Cylindrical-coordinate representation of color #AB6DC0: hue angle of 284.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6DC0 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 109 192 -
CMYK 0.11 0.43 0 0.25
HSL 284.82º 0.4% 0.59% -
HSV(B) 284.82º 0.43% 0.75% -
XYZ 31.78 23.4 52.71 -
YUV 137 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 171 109 192 0.11 0.43 0 0.25 284.82 0.4 0.59
Hex AB 6D C0 B 2B 0 19 11D 28 3B
Octal 253 155 300 13 53 0 31 435 50 73
Binary 10101011 1101101 11000000 1011 101011 0 11001 100011101 101000 111011

Color Harmonies of #AB6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DC0

Black with #AB6DC0

Text Example


Text Example

White with #AB6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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