Html Css Color HEX #AB7AD4 Amethyst

📋 copy color: '#AB7AD4'

red 171 ◦ green 122 ◦ blue 212

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

Shades of Amethyst #AB7AD4

Tints of Amethyst #AB7AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 33.86%
G = 24.16%
B = 41.98%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB7AD4 (or 0xAB7AD4) is known color: Amethyst. HEX triplet: AB, 7A and D4. RGB value is (171,122,212). Sum of RGB (Red+Green+Blue) = 171+122+212=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB7AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AD4 is #54852B. Grayscale: #929292. Windows color (decimal): -5539116 or 13925035. OLE color: 13925035.

HSL color Cylindrical-coordinate representation of color #AB7AD4: hue angle of 272.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7AD4 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 122 212 -
CMYK 0.19 0.42 0 0.17
HSL 272.67º 0.51% 0.65% -
HSV(B) 272.67º 0.42% 0.83% -
XYZ 35.64 27.33 65.68 -
YUV 146.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 171 122 212 0.19 0.42 0 0.17 272.67 0.51 0.65
Hex AB 7A D4 13 2A 0 11 111 33 41
Octal 253 172 324 23 52 0 21 421 63 101
Binary 10101011 1111010 11010100 10011 101010 0 10001 100010001 110011 1000001

Color Harmonies of #AB7AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AD4

Black with #AB7AD4

Text Example


Text Example

White with #AB7AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AD4; }

 p { color: rgb(171,122,212); }

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

background-color css

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

 a { background-color: rgb(171,122,212); }

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

border-color css

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

 span { border-color: rgb(171,122,212); }

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