Html Css Color HEX #AB6DCF Amethyst

📋 copy color: '#AB6DCF'

red 171 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #AB6DCF

Tints of Amethyst #AB6DCF

RGB

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

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

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

R = 35.11%
G = 22.38%
B = 42.51%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB6DCF (or 0xAB6DCF) is known color: Amethyst. HEX triplet: AB, 6D and CF. RGB value is (171,109,207). Sum of RGB (Red+Green+Blue) = 171+109+207=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DCF is #549230. Grayscale: #8A8A8A. Windows color (decimal): -5542449 or 13594027. OLE color: 13594027.

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

Color convert

RGB 171 109 207 -
CMYK 0.17 0.47 0 0.19
HSL 277.96º 0.51% 0.62% -
HSV(B) 277.96º 0.47% 0.81% -
XYZ 33.53 24.1 61.92 -
YUV 138.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 171 109 207 0.17 0.47 0 0.19 277.96 0.51 0.62
Hex AB 6D CF 11 2F 0 13 116 33 3E
Octal 253 155 317 21 57 0 23 426 63 76
Binary 10101011 1101101 11001111 10001 101111 0 10011 100010110 110011 111110

Color Harmonies of #AB6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DCF

Black with #AB6DCF

Text Example


Text Example

White with #AB6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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