Html Css Color HEX #AB64DE Amethyst

📋 copy color: '#AB64DE'

red 171 ◦ green 100 ◦ blue 222

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

Shades of Amethyst #AB64DE

Tints of Amethyst #AB64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 34.69%
G = 20.28%
B = 45.03%

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

#AB64DE (or 0xAB64DE) is known color: Amethyst. HEX triplet: AB, 64 and DE. RGB value is (171,100,222). Sum of RGB (Red+Green+Blue) = 171+100+222=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB64DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64DE is #549B21. Grayscale: #868686. Windows color (decimal): -5544738 or 14574763. OLE color: 14574763.

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

Color convert

RGB 171 100 222 -
CMYK 0.23 0.55 0 0.13
HSL 274.92º 0.65% 0.63% -
HSV(B) 274.92º 0.55% 0.87% -
XYZ 34.54 23.05 71.74 -
YUV 135.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 171 100 222 0.23 0.55 0 0.13 274.92 0.65 0.63
Hex AB 64 DE 17 37 0 D 113 41 3F
Octal 253 144 336 27 67 0 15 423 101 77
Binary 10101011 1100100 11011110 10111 110111 0 1101 100010011 1000001 111111

Color Harmonies of #AB64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64DE

Black with #AB64DE

Text Example


Text Example

White with #AB64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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