Html Css Color HEX #AB61DF Amethyst

📋 copy color: '#AB61DF'

red 171 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #AB61DF

Tints of Amethyst #AB61DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 34.83%
G = 19.76%
B = 45.42%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB61DF (or 0xAB61DF) is known color: Amethyst. HEX triplet: AB, 61 and DF. RGB value is (171,97,223). Sum of RGB (Red+Green+Blue) = 171+97+223=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61DF is #549E20. Grayscale: #858585. Windows color (decimal): -5545505 or 14639531. OLE color: 14639531.

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

Color convert

RGB 171 97 223 -
CMYK 0.23 0.57 0 0.13
HSL 275.24º 0.66% 0.63% -
HSV(B) 275.24º 0.57% 0.87% -
XYZ 34.39 22.54 72.35 -
YUV 133.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 171 97 223 0.23 0.57 0 0.13 275.24 0.66 0.63
Hex AB 61 DF 17 39 0 D 113 42 3F
Octal 253 141 337 27 71 0 15 423 102 77
Binary 10101011 1100001 11011111 10111 111001 0 1101 100010011 1000010 111111

Color Harmonies of #AB61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61DF

Black with #AB61DF

Text Example


Text Example

White with #AB61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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