Html Css Color HEX #AB6BDD Amethyst

📋 copy color: '#AB6BDD'

red 171 ◦ green 107 ◦ blue 221

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

Shades of Amethyst #AB6BDD

Tints of Amethyst #AB6BDD

RGB

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

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

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

R = 34.27%
G = 21.44%
B = 44.29%

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

#AB6BDD (or 0xAB6BDD) is known color: Amethyst. HEX triplet: AB, 6B and DD. RGB value is (171,107,221). Sum of RGB (Red+Green+Blue) = 171+107+221=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BDD is #549422. Grayscale: #8A8A8A. Windows color (decimal): -5542947 or 14511019. OLE color: 14511019.

HSL color Cylindrical-coordinate representation of color #AB6BDD: hue angle of 273.68º degrees, saturation: 0.63, 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 #AB6BDD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 107 221 -
CMYK 0.23 0.52 0 0.13
HSL 273.68º 0.63% 0.64% -
HSV(B) 273.68º 0.52% 0.87% -
XYZ 35.1 24.39 71.26 -
YUV 139.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 171 107 221 0.23 0.52 0 0.13 273.68 0.63 0.64
Hex AB 6B DD 17 34 0 D 112 3F 40
Octal 253 153 335 27 64 0 15 422 77 100
Binary 10101011 1101011 11011101 10111 110100 0 1101 100010010 111111 1000000

Color Harmonies of #AB6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BDD

Black with #AB6BDD

Text Example


Text Example

White with #AB6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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