Html Css Color HEX #AB6AD5 Amethyst

📋 copy color: '#AB6AD5'

red 171 ◦ green 106 ◦ blue 213

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

Shades of Amethyst #AB6AD5

Tints of Amethyst #AB6AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.63%

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 34.9%
G = 21.63%
B = 43.47%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB6AD5 (or 0xAB6AD5) is known color: Amethyst. HEX triplet: AB, 6A and D5. RGB value is (171,106,213). Sum of RGB (Red+Green+Blue) = 171+106+213=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB6AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AD5 is #54952A. Grayscale: #898989. Windows color (decimal): -5543211 or 13986475. OLE color: 13986475.

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

Color convert

RGB 171 106 213 -
CMYK 0.20 0.50 0 0.16
HSL 276.45º 0.56% 0.63% -
HSV(B) 276.45º 0.5% 0.84% -
XYZ 33.96 23.77 65.75 -
YUV 137.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 171 106 213 0.20 0.50 0 0.16 276.45 0.56 0.63
Hex AB 6A D5 14 32 0 10 114 38 3F
Octal 253 152 325 24 62 0 20 424 70 77
Binary 10101011 1101010 11010101 10100 110010 0 10000 100010100 111000 111111

Color Harmonies of #AB6AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AD5

Black with #AB6AD5

Text Example


Text Example

White with #AB6AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AD5; }

 p { color: rgb(171,106,213); }

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

background-color css

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

 a { background-color: rgb(171,106,213); }

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

border-color css

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

 span { border-color: rgb(171,106,213); }

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