Html Css Color HEX #AB6ADA Amethyst

📋 copy color: '#AB6ADA'

red 171 ◦ green 106 ◦ blue 218

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

Shades of Amethyst #AB6ADA

Tints of Amethyst #AB6ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 34.55%
G = 21.41%
B = 44.04%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB6ADA (or 0xAB6ADA) is known color: Amethyst. HEX triplet: AB, 6A and DA. RGB value is (171,106,218). Sum of RGB (Red+Green+Blue) = 171+106+218=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB6ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ADA is #549525. Grayscale: #898989. Windows color (decimal): -5543206 or 14314155. OLE color: 14314155.

HSL color Cylindrical-coordinate representation of color #AB6ADA: hue angle of 274.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6ADA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 106 218 -
CMYK 0.22 0.51 0 0.15
HSL 274.82º 0.6% 0.64% -
HSV(B) 274.82º 0.51% 0.85% -
XYZ 34.6 24.03 69.14 -
YUV 138.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 171 106 218 0.22 0.51 0 0.15 274.82 0.6 0.64
Hex AB 6A DA 16 33 0 F 113 3C 40
Octal 253 152 332 26 63 0 17 423 74 100
Binary 10101011 1101010 11011010 10110 110011 0 1111 100010011 111100 1000000

Color Harmonies of #AB6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ADA

Black with #AB6ADA

Text Example


Text Example

White with #AB6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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