Html Css Color HEX #AB70E0 Amethyst

📋 copy color: '#AB70E0'

red 171 ◦ green 112 ◦ blue 224

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

Shades of Amethyst #AB70E0

Tints of Amethyst #AB70E0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.09%

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

R = 33.73%
G = 22.09%
B = 44.18%

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

#AB70E0 (or 0xAB70E0) is known color: Amethyst. HEX triplet: AB, 70 and E0. RGB value is (171,112,224). Sum of RGB (Red+Green+Blue) = 171+112+224=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB70E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70E0 is #548F1F. Grayscale: #8E8E8E. Windows color (decimal): -5541664 or 14708907. OLE color: 14708907.

HSL color Cylindrical-coordinate representation of color #AB70E0: hue angle of 271.61º degrees, saturation: 0.64, 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 #AB70E0 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 112 224 -
CMYK 0.24 0.50 0 0.12
HSL 271.61º 0.64% 0.66% -
HSV(B) 271.61º 0.5% 0.88% -
XYZ 36.04 25.63 73.57 -
YUV 142.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 171 112 224 0.24 0.50 0 0.12 271.61 0.64 0.66
Hex AB 70 E0 18 32 0 C 110 40 42
Octal 253 160 340 30 62 0 14 420 100 102
Binary 10101011 1110000 11100000 11000 110010 0 1100 100010000 1000000 1000010

Color Harmonies of #AB70E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70E0

Black with #AB70E0

Text Example


Text Example

White with #AB70E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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