Html Css Color HEX #AB6DCC Amethyst

📋 copy color: '#AB6DCC'

red 171 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #AB6DCC

Tints of Amethyst #AB6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.52%

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

R = 35.33%
G = 22.52%
B = 42.15%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB6DCC (or 0xAB6DCC) is known color: Amethyst. HEX triplet: AB, 6D and CC. RGB value is (171,109,204). Sum of RGB (Red+Green+Blue) = 171+109+204=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DCC is #549233. Grayscale: #8A8A8A. Windows color (decimal): -5542452 or 13397419. OLE color: 13397419.

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

Color convert

RGB 171 109 204 -
CMYK 0.16 0.47 0 0.2
HSL 279.16º 0.48% 0.61% -
HSV(B) 279.16º 0.47% 0.8% -
XYZ 33.16 23.95 60 -
YUV 138.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 171 109 204 0.16 0.47 0 0.2 279.16 0.48 0.61
Hex AB 6D CC 10 2F 0 14 117 30 3D
Octal 253 155 314 20 57 0 24 427 60 75
Binary 10101011 1101101 11001100 10000 101111 0 10100 100010111 110000 111101

Color Harmonies of #AB6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DCC

Black with #AB6DCC

Text Example


Text Example

White with #AB6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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