Html Css Color HEX #AB6EE0 Amethyst

📋 copy color: '#AB6EE0'

red 171 ◦ green 110 ◦ blue 224

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

Shades of Amethyst #AB6EE0

Tints of Amethyst #AB6EE0

RGB

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

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

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

R = 33.86%
G = 21.78%
B = 44.36%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB6EE0 (or 0xAB6EE0) is known color: Amethyst. HEX triplet: AB, 6E and E0. RGB value is (171,110,224). Sum of RGB (Red+Green+Blue) = 171+110+224=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB6EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EE0 is #54911F. Grayscale: #8C8C8C. Windows color (decimal): -5542176 or 14708395. OLE color: 14708395.

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

Color convert

RGB 171 110 224 -
CMYK 0.24 0.51 0 0.12
HSL 272.11º 0.65% 0.65% -
HSV(B) 272.11º 0.51% 0.88% -
XYZ 35.83 25.19 73.5 -
YUV 141.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 171 110 224 0.24 0.51 0 0.12 272.11 0.65 0.65
Hex AB 6E E0 18 33 0 C 110 41 41
Octal 253 156 340 30 63 0 14 420 101 101
Binary 10101011 1101110 11100000 11000 110011 0 1100 100010000 1000001 1000001

Color Harmonies of #AB6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6EE0

Black with #AB6EE0

Text Example


Text Example

White with #AB6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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