Html Css Color HEX #AB6CD2 Amethyst

📋 copy color: '#AB6CD2'

red 171 ◦ green 108 ◦ blue 210

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

Shades of Amethyst #AB6CD2

Tints of Amethyst #AB6CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 34.97%
G = 22.09%
B = 42.94%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB6CD2 (or 0xAB6CD2) is known color: Amethyst. HEX triplet: AB, 6C and D2. RGB value is (171,108,210). Sum of RGB (Red+Green+Blue) = 171+108+210=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB6CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CD2 is #54932D. Grayscale: #8A8A8A. Windows color (decimal): -5542702 or 13790379. OLE color: 13790379.

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

Color convert

RGB 171 108 210 -
CMYK 0.19 0.49 0 0.18
HSL 277.06º 0.53% 0.62% -
HSV(B) 277.06º 0.49% 0.82% -
XYZ 33.79 24.04 63.83 -
YUV 138.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 171 108 210 0.19 0.49 0 0.18 277.06 0.53 0.62
Hex AB 6C D2 13 31 0 12 115 35 3E
Octal 253 154 322 23 61 0 22 425 65 76
Binary 10101011 1101100 11010010 10011 110001 0 10010 100010101 110101 111110

Color Harmonies of #AB6CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6CD2

Black with #AB6CD2

Text Example


Text Example

White with #AB6CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6CD2; }

 p { color: rgb(171,108,210); }

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

background-color css

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

 a { background-color: rgb(171,108,210); }

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

border-color css

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

 span { border-color: rgb(171,108,210); }

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