Html Css Color HEX #AB6FCD Amethyst

📋 copy color: '#AB6FCD'

red 171 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #AB6FCD

Tints of Amethyst #AB6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

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

R = 35.11%
G = 22.79%
B = 42.09%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB6FCD (or 0xAB6FCD) is known color: Amethyst. HEX triplet: AB, 6F and CD. RGB value is (171,111,205). Sum of RGB (Red+Green+Blue) = 171+111+205=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FCD is #549032. Grayscale: #8B8B8B. Windows color (decimal): -5541939 or 13463467. OLE color: 13463467.

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

Color convert

RGB 171 111 205 -
CMYK 0.17 0.46 0 0.20
HSL 278.3º 0.48% 0.62% -
HSV(B) 278.3º 0.46% 0.8% -
XYZ 33.5 24.43 60.71 -
YUV 139.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 171 111 205 0.17 0.46 0 0.20 278.3 0.48 0.62
Hex AB 6F CD 11 2E 0 14 116 30 3E
Octal 253 157 315 21 56 0 24 426 60 76
Binary 10101011 1101111 11001101 10001 101110 0 10100 100010110 110000 111110

Color Harmonies of #AB6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FCD

Black with #AB6FCD

Text Example


Text Example

White with #AB6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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