Html Css Color HEX #AB6EDC Amethyst

📋 copy color: '#AB6EDC'

red 171 ◦ green 110 ◦ blue 220

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

Shades of Amethyst #AB6EDC

Tints of Amethyst #AB6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 34.13%
G = 21.96%
B = 43.91%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB6EDC (or 0xAB6EDC) is known color: Amethyst. HEX triplet: AB, 6E and DC. RGB value is (171,110,220). Sum of RGB (Red+Green+Blue) = 171+110+220=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EDC is #549123. Grayscale: #8C8C8C. Windows color (decimal): -5542180 or 14446251. OLE color: 14446251.

HSL color Cylindrical-coordinate representation of color #AB6EDC: hue angle of 273.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6EDC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 110 220 -
CMYK 0.22 0.50 0 0.14
HSL 273.27º 0.61% 0.65% -
HSV(B) 273.27º 0.5% 0.86% -
XYZ 35.29 24.98 70.67 -
YUV 140.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 171 110 220 0.22 0.50 0 0.14 273.27 0.61 0.65
Hex AB 6E DC 16 32 0 E 111 3D 41
Octal 253 156 334 26 62 0 16 421 75 101
Binary 10101011 1101110 11011100 10110 110010 0 1110 100010001 111101 1000001

Color Harmonies of #AB6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EDC

Black with #AB6EDC

Text Example


Text Example

White with #AB6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EDC; }

 p { color: rgb(171,110,220); }

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

background-color css

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

 a { background-color: rgb(171,110,220); }

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

border-color css

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

 span { border-color: rgb(171,110,220); }

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