Html Css Color HEX #AB6FE0 Amethyst

📋 copy color: '#AB6FE0'

red 171 ◦ green 111 ◦ blue 224

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

Shades of Amethyst #AB6FE0

Tints of Amethyst #AB6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 33.79%
G = 21.94%
B = 44.27%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB6FE0 (or 0xAB6FE0) is known color: Amethyst. HEX triplet: AB, 6F and E0. RGB value is (171,111,224). Sum of RGB (Red+Green+Blue) = 171+111+224=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FE0 is #54901F. Grayscale: #8D8D8D. Windows color (decimal): -5541920 or 14708651. OLE color: 14708651.

HSL color Cylindrical-coordinate representation of color #AB6FE0: hue angle of 271.86º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6FE0 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 111 224 -
CMYK 0.24 0.50 0 0.12
HSL 271.86º 0.65% 0.66% -
HSV(B) 271.86º 0.5% 0.88% -
XYZ 35.93 25.41 73.53 -
YUV 141.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 171 111 224 0.24 0.50 0 0.12 271.86 0.65 0.66
Hex AB 6F E0 18 32 0 C 110 41 42
Octal 253 157 340 30 62 0 14 420 101 102
Binary 10101011 1101111 11100000 11000 110010 0 1100 100010000 1000001 1000010

Color Harmonies of #AB6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6FE0

Black with #AB6FE0

Text Example


Text Example

White with #AB6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6FE0; }

 p { color: rgb(171,111,224); }

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

background-color css

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

 a { background-color: rgb(171,111,224); }

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

border-color css

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

 span { border-color: rgb(171,111,224); }

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