Html Css Color HEX #AB6DCE Amethyst

📋 copy color: '#AB6DCE'

red 171 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #AB6DCE

Tints of Amethyst #AB6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 35.19%
G = 22.43%
B = 42.39%

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

#AB6DCE (or 0xAB6DCE) is known color: Amethyst. HEX triplet: AB, 6D and CE. RGB value is (171,109,206). Sum of RGB (Red+Green+Blue) = 171+109+206=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DCE is #549231. Grayscale: #8A8A8A. Windows color (decimal): -5542450 or 13528491. OLE color: 13528491.

HSL color Cylindrical-coordinate representation of color #AB6DCE: hue angle of 278.35º degrees, saturation: 0.5, 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 #AB6DCE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 109 206 -
CMYK 0.17 0.47 0 0.19
HSL 278.35º 0.5% 0.62% -
HSV(B) 278.35º 0.47% 0.81% -
XYZ 33.4 24.05 61.27 -
YUV 138.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 171 109 206 0.17 0.47 0 0.19 278.35 0.5 0.62
Hex AB 6D CE 11 2F 0 13 116 32 3E
Octal 253 155 316 21 57 0 23 426 62 76
Binary 10101011 1101101 11001110 10001 101111 0 10011 100010110 110010 111110

Color Harmonies of #AB6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DCE

Black with #AB6DCE

Text Example


Text Example

White with #AB6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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