Html Css Color HEX #AB6ACE Amethyst

📋 copy color: '#AB6ACE'

red 171 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #AB6ACE

Tints of Amethyst #AB6ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 35.4%
G = 21.95%
B = 42.65%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB6ACE (or 0xAB6ACE) is known color: Amethyst. HEX triplet: AB, 6A and CE. RGB value is (171,106,206). Sum of RGB (Red+Green+Blue) = 171+106+206=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ACE is #549531. Grayscale: #888888. Windows color (decimal): -5543218 or 13527723. OLE color: 13527723.

HSL color Cylindrical-coordinate representation of color #AB6ACE: hue angle of 279º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6ACE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 106 206 -
CMYK 0.17 0.49 0 0.19
HSL 279º 0.51% 0.61% -
HSV(B) 279º 0.49% 0.81% -
XYZ 33.09 23.42 61.17 -
YUV 136.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 171 106 206 0.17 0.49 0 0.19 279 0.51 0.61
Hex AB 6A CE 11 31 0 13 117 33 3D
Octal 253 152 316 21 61 0 23 427 63 75
Binary 10101011 1101010 11001110 10001 110001 0 10011 100010111 110011 111101

Color Harmonies of #AB6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ACE

Black with #AB6ACE

Text Example


Text Example

White with #AB6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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