Html Css Color HEX #AB6BCF Amethyst

📋 copy color: '#AB6BCF'

red 171 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #AB6BCF

Tints of Amethyst #AB6BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 35.26%
G = 22.06%
B = 42.68%

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

#AB6BCF (or 0xAB6BCF) is known color: Amethyst. HEX triplet: AB, 6B and CF. RGB value is (171,107,207). Sum of RGB (Red+Green+Blue) = 171+107+207=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB6BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BCF is #549430. Grayscale: #898989. Windows color (decimal): -5542961 or 13593515. OLE color: 13593515.

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

Color convert

RGB 171 107 207 -
CMYK 0.17 0.48 0 0.19
HSL 278.4º 0.51% 0.62% -
HSV(B) 278.4º 0.48% 0.81% -
XYZ 33.31 23.68 61.85 -
YUV 137.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 171 107 207 0.17 0.48 0 0.19 278.4 0.51 0.62
Hex AB 6B CF 11 30 0 13 116 33 3E
Octal 253 153 317 21 60 0 23 426 63 76
Binary 10101011 1101011 11001111 10001 110000 0 10011 100010110 110011 111110

Color Harmonies of #AB6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BCF

Black with #AB6BCF

Text Example


Text Example

White with #AB6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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