Html Css Color HEX #AB64DC Amethyst

📋 copy color: '#AB64DC'

red 171 ◦ green 100 ◦ blue 220

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

Shades of Amethyst #AB64DC

Tints of Amethyst #AB64DC

RGB

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

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

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

R = 34.83%
G = 20.37%
B = 44.81%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB64DC (or 0xAB64DC) is known color: Amethyst. HEX triplet: AB, 64 and DC. RGB value is (171,100,220). Sum of RGB (Red+Green+Blue) = 171+100+220=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64DC is #549B23. Grayscale: #868686. Windows color (decimal): -5544740 or 14443691. OLE color: 14443691.

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

Color convert

RGB 171 100 220 -
CMYK 0.22 0.55 0 0.14
HSL 275.5º 0.63% 0.63% -
HSV(B) 275.5º 0.55% 0.86% -
XYZ 34.27 22.94 70.33 -
YUV 134.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 171 100 220 0.22 0.55 0 0.14 275.5 0.63 0.63
Hex AB 64 DC 16 37 0 E 114 3F 3F
Octal 253 144 334 26 67 0 16 424 77 77
Binary 10101011 1100100 11011100 10110 110111 0 1110 100010100 111111 111111

Color Harmonies of #AB64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64DC

Black with #AB64DC

Text Example


Text Example

White with #AB64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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