Html Css Color HEX #AB6DCD Amethyst

📋 copy color: '#AB6DCD'

red 171 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #AB6DCD

Tints of Amethyst #AB6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 35.26%
G = 22.47%
B = 42.27%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB6DCD (or 0xAB6DCD) is known color: Amethyst. HEX triplet: AB, 6D and CD. RGB value is (171,109,205). Sum of RGB (Red+Green+Blue) = 171+109+205=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DCD is #549232. Grayscale: #8A8A8A. Windows color (decimal): -5542451 or 13462955. OLE color: 13462955.

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

Color convert

RGB 171 109 205 -
CMYK 0.17 0.47 0 0.20
HSL 278.75º 0.49% 0.62% -
HSV(B) 278.75º 0.47% 0.8% -
XYZ 33.28 24 60.64 -
YUV 138.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 171 109 205 0.17 0.47 0 0.20 278.75 0.49 0.62
Hex AB 6D CD 11 2F 0 14 117 31 3E
Octal 253 155 315 21 57 0 24 427 61 76
Binary 10101011 1101101 11001101 10001 101111 0 10100 100010111 110001 111110

Color Harmonies of #AB6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6DCD

Black with #AB6DCD

Text Example


Text Example

White with #AB6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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