Html Css Color HEX #AB6ADE Amethyst

📋 copy color: '#AB6ADE'

red 171 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #AB6ADE

Tints of Amethyst #AB6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 34.27%
G = 21.24%
B = 44.49%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB6ADE (or 0xAB6ADE) is known color: Amethyst. HEX triplet: AB, 6A and DE. RGB value is (171,106,222). Sum of RGB (Red+Green+Blue) = 171+106+222=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ADE is #549521. Grayscale: #8A8A8A. Windows color (decimal): -5543202 or 14576299. OLE color: 14576299.

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

Color convert

RGB 171 106 222 -
CMYK 0.23 0.52 0 0.13
HSL 273.62º 0.64% 0.64% -
HSV(B) 273.62º 0.52% 0.87% -
XYZ 35.13 24.24 71.93 -
YUV 138.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 171 106 222 0.23 0.52 0 0.13 273.62 0.64 0.64
Hex AB 6A DE 17 34 0 D 112 40 40
Octal 253 152 336 27 64 0 15 422 100 100
Binary 10101011 1101010 11011110 10111 110100 0 1101 100010010 1000000 1000000

Color Harmonies of #AB6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6ADE

Black with #AB6ADE

Text Example


Text Example

White with #AB6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6ADE; }

 p { color: rgb(171,106,222); }

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

background-color css

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

 a { background-color: rgb(171,106,222); }

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

border-color css

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

 span { border-color: rgb(171,106,222); }

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