Html Css Color HEX #AB61DC Amethyst

📋 copy color: '#AB61DC'

red 171 ◦ green 97 ◦ blue 220

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

Shades of Amethyst #AB61DC

Tints of Amethyst #AB61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.88%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 35.04%
G = 19.88%
B = 45.08%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB61DC (or 0xAB61DC) is known color: Amethyst. HEX triplet: AB, 61 and DC. RGB value is (171,97,220). Sum of RGB (Red+Green+Blue) = 171+97+220=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61DC is #549E23. Grayscale: #848484. Windows color (decimal): -5545508 or 14442923. OLE color: 14442923.

HSL color Cylindrical-coordinate representation of color #AB61DC: hue angle of 276.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB61DC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 97 220 -
CMYK 0.22 0.56 0 0.14
HSL 276.1º 0.64% 0.62% -
HSV(B) 276.1º 0.56% 0.86% -
XYZ 33.99 22.37 70.24 -
YUV 133.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 171 97 220 0.22 0.56 0 0.14 276.1 0.64 0.62
Hex AB 61 DC 16 38 0 E 114 40 3E
Octal 253 141 334 26 70 0 16 424 100 76
Binary 10101011 1100001 11011100 10110 111000 0 1110 100010100 1000000 111110

Color Harmonies of #AB61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61DC

Black with #AB61DC

Text Example


Text Example

White with #AB61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61DC; }

 p { color: rgb(171,97,220); }

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

background-color css

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

 a { background-color: rgb(171,97,220); }

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

border-color css

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

 span { border-color: rgb(171,97,220); }

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