Html Css Color HEX #AB6BCE Amethyst

📋 copy color: '#AB6BCE'

red 171 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #AB6BCE

Tints of Amethyst #AB6BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

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

R = 35.33%
G = 22.11%
B = 42.56%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB6BCE (or 0xAB6BCE) is known color: Amethyst. HEX triplet: AB, 6B and CE. RGB value is (171,107,206). Sum of RGB (Red+Green+Blue) = 171+107+206=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BCE is #549431. Grayscale: #898989. Windows color (decimal): -5542962 or 13527979. OLE color: 13527979.

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

Color convert

RGB 171 107 206 -
CMYK 0.17 0.48 0 0.19
HSL 278.79º 0.5% 0.61% -
HSV(B) 278.79º 0.48% 0.81% -
XYZ 33.19 23.63 61.2 -
YUV 137.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 171 107 206 0.17 0.48 0 0.19 278.79 0.5 0.61
Hex AB 6B CE 11 30 0 13 117 32 3D
Octal 253 153 316 21 60 0 23 427 62 75
Binary 10101011 1101011 11001110 10001 110000 0 10011 100010111 110010 111101

Color Harmonies of #AB6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BCE

Black with #AB6BCE

Text Example


Text Example

White with #AB6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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