Html Css Color HEX #AB64DF Amethyst

📋 copy color: '#AB64DF'

red 171 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #AB64DF

Tints of Amethyst #AB64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.24%

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

R = 34.62%
G = 20.24%
B = 45.14%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB64DF (or 0xAB64DF) is known color: Amethyst. HEX triplet: AB, 64 and DF. RGB value is (171,100,223). Sum of RGB (Red+Green+Blue) = 171+100+223=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64DF is #549B20. Grayscale: #868686. Windows color (decimal): -5544737 or 14640299. OLE color: 14640299.

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

Color convert

RGB 171 100 223 -
CMYK 0.23 0.55 0 0.13
HSL 274.63º 0.66% 0.63% -
HSV(B) 274.63º 0.55% 0.87% -
XYZ 34.67 23.1 72.44 -
YUV 135.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 171 100 223 0.23 0.55 0 0.13 274.63 0.66 0.63
Hex AB 64 DF 17 37 0 D 113 42 3F
Octal 253 144 337 27 67 0 15 423 102 77
Binary 10101011 1100100 11011111 10111 110111 0 1101 100010011 1000010 111111

Color Harmonies of #AB64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64DF

Black with #AB64DF

Text Example


Text Example

White with #AB64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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