Html Css Color HEX #AB6BCC Amethyst

📋 copy color: '#AB6BCC'

red 171 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #AB6BCC

Tints of Amethyst #AB6BCC

RGB

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

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

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

R = 35.48%
G = 22.2%
B = 42.32%

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

#AB6BCC (or 0xAB6BCC) is known color: Amethyst. HEX triplet: AB, 6B and CC. RGB value is (171,107,204). Sum of RGB (Red+Green+Blue) = 171+107+204=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BCC is #549433. Grayscale: #888888. Windows color (decimal): -5542964 or 13396907. OLE color: 13396907.

HSL color Cylindrical-coordinate representation of color #AB6BCC: hue angle of 279.59º 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 #AB6BCC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 107 204 -
CMYK 0.16 0.48 0 0.2
HSL 279.59º 0.49% 0.61% -
HSV(B) 279.59º 0.48% 0.8% -
XYZ 32.95 23.53 59.93 -
YUV 137.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 171 107 204 0.16 0.48 0 0.2 279.59 0.49 0.61
Hex AB 6B CC 10 30 0 14 118 31 3D
Octal 253 153 314 20 60 0 24 430 61 75
Binary 10101011 1101011 11001100 10000 110000 0 10100 100011000 110001 111101

Color Harmonies of #AB6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BCC

Black with #AB6BCC

Text Example


Text Example

White with #AB6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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