Html Css Color HEX #AB6ACC Amethyst

📋 copy color: '#AB6ACC'

red 171 ◦ green 106 ◦ blue 204

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

Shades of Amethyst #AB6ACC

Tints of Amethyst #AB6ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 35.55%
G = 22.04%
B = 42.41%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB6ACC (or 0xAB6ACC) is known color: Amethyst. HEX triplet: AB, 6A and CC. RGB value is (171,106,204). Sum of RGB (Red+Green+Blue) = 171+106+204=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ACC is #549533. Grayscale: #888888. Windows color (decimal): -5543220 or 13396651. OLE color: 13396651.

HSL color Cylindrical-coordinate representation of color #AB6ACC: hue angle of 279.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB6ACC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 106 204 -
CMYK 0.16 0.48 0 0.2
HSL 279.8º 0.49% 0.61% -
HSV(B) 279.8º 0.48% 0.8% -
XYZ 32.85 23.33 59.9 -
YUV 136.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 171 106 204 0.16 0.48 0 0.2 279.8 0.49 0.61
Hex AB 6A CC 10 30 0 14 118 31 3D
Octal 253 152 314 20 60 0 24 430 61 75
Binary 10101011 1101010 11001100 10000 110000 0 10100 100011000 110001 111101

Color Harmonies of #AB6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ACC

Black with #AB6ACC

Text Example


Text Example

White with #AB6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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