Html Css Color HEX #AB70DD Amethyst

📋 copy color: '#AB70DD'

red 171 ◦ green 112 ◦ blue 221

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

Shades of Amethyst #AB70DD

Tints of Amethyst #AB70DD

RGB

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

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

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

R = 33.93%
G = 22.22%
B = 43.85%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB70DD (or 0xAB70DD) is known color: Amethyst. HEX triplet: AB, 70 and DD. RGB value is (171,112,221). Sum of RGB (Red+Green+Blue) = 171+112+221=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB70DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70DD is #548F22. Grayscale: #8D8D8D. Windows color (decimal): -5541667 or 14512299. OLE color: 14512299.

HSL color Cylindrical-coordinate representation of color #AB70DD: hue angle of 272.48º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB70DD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 112 221 -
CMYK 0.23 0.49 0 0.13
HSL 272.48º 0.62% 0.65% -
HSV(B) 272.48º 0.49% 0.87% -
XYZ 35.64 25.47 71.44 -
YUV 142.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 171 112 221 0.23 0.49 0 0.13 272.48 0.62 0.65
Hex AB 70 DD 17 31 0 D 110 3E 41
Octal 253 160 335 27 61 0 15 420 76 101
Binary 10101011 1110000 11011101 10111 110001 0 1101 100010000 111110 1000001

Color Harmonies of #AB70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70DD

Black with #AB70DD

Text Example


Text Example

White with #AB70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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