Html Css Color HEX #AB70CE Amethyst

📋 copy color: '#AB70CE'

red 171 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #AB70CE

Tints of Amethyst #AB70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 34.97%
G = 22.9%
B = 42.13%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB70CE (or 0xAB70CE) is known color: Amethyst. HEX triplet: AB, 70 and CE. RGB value is (171,112,206). Sum of RGB (Red+Green+Blue) = 171+112+206=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70CE is #548F31. Grayscale: #8C8C8C. Windows color (decimal): -5541682 or 13529259. OLE color: 13529259.

HSL color Cylindrical-coordinate representation of color #AB70CE: hue angle of 277.66º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB70CE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 112 206 -
CMYK 0.17 0.46 0 0.19
HSL 277.66º 0.49% 0.62% -
HSV(B) 277.66º 0.46% 0.81% -
XYZ 33.73 24.7 61.38 -
YUV 140.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 171 112 206 0.17 0.46 0 0.19 277.66 0.49 0.62
Hex AB 70 CE 11 2E 0 13 116 31 3E
Octal 253 160 316 21 56 0 23 426 61 76
Binary 10101011 1110000 11001110 10001 101110 0 10011 100010110 110001 111110

Color Harmonies of #AB70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70CE

Black with #AB70CE

Text Example


Text Example

White with #AB70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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