Html Css Color HEX #AB6EDD Amethyst

📋 copy color: '#AB6EDD'

red 171 ◦ green 110 ◦ blue 221

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

Shades of Amethyst #AB6EDD

Tints of Amethyst #AB6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 34.06%
G = 21.91%
B = 44.02%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB6EDD (or 0xAB6EDD) is known color: Amethyst. HEX triplet: AB, 6E and DD. RGB value is (171,110,221). Sum of RGB (Red+Green+Blue) = 171+110+221=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EDD is #549122. Grayscale: #8C8C8C. Windows color (decimal): -5542179 or 14511787. OLE color: 14511787.

HSL color Cylindrical-coordinate representation of color #AB6EDD: hue angle of 272.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6EDD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 110 221 -
CMYK 0.23 0.50 0 0.13
HSL 272.97º 0.62% 0.65% -
HSV(B) 272.97º 0.5% 0.87% -
XYZ 35.42 25.03 71.37 -
YUV 140.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 171 110 221 0.23 0.50 0 0.13 272.97 0.62 0.65
Hex AB 6E DD 17 32 0 D 111 3E 41
Octal 253 156 335 27 62 0 15 421 76 101
Binary 10101011 1101110 11011101 10111 110010 0 1101 100010001 111110 1000001

Color Harmonies of #AB6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EDD

Black with #AB6EDD

Text Example


Text Example

White with #AB6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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