Html Css Color HEX #AB6AC5 Amethyst

📋 copy color: '#AB6AC5'

red 171 ◦ green 106 ◦ blue 197

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

Shades of Amethyst #AB6AC5

Tints of Amethyst #AB6AC5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.36%

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 36.08%
G = 22.36%
B = 41.56%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB6AC5 (or 0xAB6AC5) is known color: Amethyst. HEX triplet: AB, 6A and C5. RGB value is (171,106,197). Sum of RGB (Red+Green+Blue) = 171+106+197=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB6AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AC5 is #54953A. Grayscale: #878787. Windows color (decimal): -5543227 or 12937899. OLE color: 12937899.

HSL color Cylindrical-coordinate representation of color #AB6AC5: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB6AC5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 106 197 -
CMYK 0.13 0.46 0 0.23
HSL 282.86º 0.44% 0.59% -
HSV(B) 282.86º 0.46% 0.77% -
XYZ 32.03 23 55.57 -
YUV 135.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 171 106 197 0.13 0.46 0 0.23 282.86 0.44 0.59
Hex AB 6A C5 D 2E 0 17 11B 2C 3B
Octal 253 152 305 15 56 0 27 433 54 73
Binary 10101011 1101010 11000101 1101 101110 0 10111 100011011 101100 111011

Color Harmonies of #AB6AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AC5

Black with #AB6AC5

Text Example


Text Example

White with #AB6AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AC5; }

 p { color: rgb(171,106,197); }

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

background-color css

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

 a { background-color: rgb(171,106,197); }

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

border-color css

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

 span { border-color: rgb(171,106,197); }

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