Html Css Color HEX #AB6BDF Amethyst

📋 copy color: '#AB6BDF'

red 171 ◦ green 107 ◦ blue 223

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

Shades of Amethyst #AB6BDF

Tints of Amethyst #AB6BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.36%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 34.13%
G = 21.36%
B = 44.51%

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

#AB6BDF (or 0xAB6BDF) is known color: Amethyst. HEX triplet: AB, 6B and DF. RGB value is (171,107,223). Sum of RGB (Red+Green+Blue) = 171+107+223=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BDF is #549420. Grayscale: #8A8A8A. Windows color (decimal): -5542945 or 14642091. OLE color: 14642091.

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

Color convert

RGB 171 107 223 -
CMYK 0.23 0.52 0 0.13
HSL 273.1º 0.64% 0.65% -
HSV(B) 273.1º 0.52% 0.87% -
XYZ 35.37 24.5 72.68 -
YUV 139.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 171 107 223 0.23 0.52 0 0.13 273.1 0.64 0.65
Hex AB 6B DF 17 34 0 D 111 40 41
Octal 253 153 337 27 64 0 15 421 100 101
Binary 10101011 1101011 11011111 10111 110100 0 1101 100010001 1000000 1000001

Color Harmonies of #AB6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BDF

Black with #AB6BDF

Text Example


Text Example

White with #AB6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BDF; }

 p { color: rgb(171,107,223); }

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

background-color css

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

 a { background-color: rgb(171,107,223); }

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

border-color css

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

 span { border-color: rgb(171,107,223); }

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