Html Css Color HEX #AB6EDA Amethyst

📋 copy color: '#AB6EDA'

red 171 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #AB6EDA

Tints of Amethyst #AB6EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 34.27%
G = 22.04%
B = 43.69%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB6EDA (or 0xAB6EDA) is known color: Amethyst. HEX triplet: AB, 6E and DA. RGB value is (171,110,218). Sum of RGB (Red+Green+Blue) = 171+110+218=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EDA is #549125. Grayscale: #8C8C8C. Windows color (decimal): -5542182 or 14315179. OLE color: 14315179.

HSL color Cylindrical-coordinate representation of color #AB6EDA: hue angle of 273.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6EDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 110 218 -
CMYK 0.22 0.50 0 0.15
HSL 273.89º 0.59% 0.64% -
HSV(B) 273.89º 0.5% 0.85% -
XYZ 35.03 24.87 69.28 -
YUV 140.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 171 110 218 0.22 0.50 0 0.15 273.89 0.59 0.64
Hex AB 6E DA 16 32 0 F 112 3B 40
Octal 253 156 332 26 62 0 17 422 73 100
Binary 10101011 1101110 11011010 10110 110010 0 1111 100010010 111011 1000000

Color Harmonies of #AB6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EDA

Black with #AB6EDA

Text Example


Text Example

White with #AB6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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