Html Css Color HEX #AB6DC9 Amethyst

📋 copy color: '#AB6DC9'

red 171 ◦ green 109 ◦ blue 201

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

Shades of Amethyst #AB6DC9

Tints of Amethyst #AB6DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.79%

R = 35.55%
G = 22.66%
B = 41.79%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB6DC9 (or 0xAB6DC9) is known color: Amethyst. HEX triplet: AB, 6D and C9. RGB value is (171,109,201). Sum of RGB (Red+Green+Blue) = 171+109+201=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DC9 is #549236. Grayscale: #898989. Windows color (decimal): -5542455 or 13200811. OLE color: 13200811.

HSL color Cylindrical-coordinate representation of color #AB6DC9: hue angle of 280.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB6DC9 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 109 201 -
CMYK 0.15 0.46 0 0.21
HSL 280.43º 0.46% 0.61% -
HSV(B) 280.43º 0.46% 0.79% -
XYZ 32.81 23.81 58.13 -
YUV 138.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 171 109 201 0.15 0.46 0 0.21 280.43 0.46 0.61
Hex AB 6D C9 F 2E 0 15 118 2E 3D
Octal 253 155 311 17 56 0 25 430 56 75
Binary 10101011 1101101 11001001 1111 101110 0 10101 100011000 101110 111101

Color Harmonies of #AB6DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DC9

Black with #AB6DC9

Text Example


Text Example

White with #AB6DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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