Html Css Color HEX #AB64DD Amethyst

📋 copy color: '#AB64DD'

red 171 ◦ green 100 ◦ blue 221

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

Shades of Amethyst #AB64DD

Tints of Amethyst #AB64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 34.76%
G = 20.33%
B = 44.92%

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

#AB64DD (or 0xAB64DD) is known color: Amethyst. HEX triplet: AB, 64 and DD. RGB value is (171,100,221). Sum of RGB (Red+Green+Blue) = 171+100+221=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64DD is #549B22. Grayscale: #868686. Windows color (decimal): -5544739 or 14509227. OLE color: 14509227.

HSL color Cylindrical-coordinate representation of color #AB64DD: hue angle of 275.21º degrees, saturation: 0.64, 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 #AB64DD is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 100 221 -
CMYK 0.23 0.55 0 0.13
HSL 275.21º 0.64% 0.63% -
HSV(B) 275.21º 0.55% 0.87% -
XYZ 34.4 22.99 71.03 -
YUV 135.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 171 100 221 0.23 0.55 0 0.13 275.21 0.64 0.63
Hex AB 64 DD 17 37 0 D 113 40 3F
Octal 253 144 335 27 67 0 15 423 100 77
Binary 10101011 1100100 11011101 10111 110111 0 1101 100010011 1000000 111111

Color Harmonies of #AB64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64DD

Black with #AB64DD

Text Example


Text Example

White with #AB64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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