Html Css Color HEX #AB64D5 Amethyst

📋 copy color: '#AB64D5'

red 171 ◦ green 100 ◦ blue 213

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

Shades of Amethyst #AB64D5

Tints of Amethyst #AB64D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 35.33%
G = 20.66%
B = 44.01%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB64D5 (or 0xAB64D5) is known color: Amethyst. HEX triplet: AB, 64 and D5. RGB value is (171,100,213). Sum of RGB (Red+Green+Blue) = 171+100+213=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB64D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64D5 is #549B2A. Grayscale: #858585. Windows color (decimal): -5544747 or 13984939. OLE color: 13984939.

HSL color Cylindrical-coordinate representation of color #AB64D5: hue angle of 277.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB64D5 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 100 213 -
CMYK 0.20 0.53 0 0.16
HSL 277.7º 0.57% 0.61% -
HSV(B) 277.7º 0.53% 0.84% -
XYZ 33.36 22.58 65.55 -
YUV 134.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 171 100 213 0.20 0.53 0 0.16 277.7 0.57 0.61
Hex AB 64 D5 14 35 0 10 116 39 3D
Octal 253 144 325 24 65 0 20 426 71 75
Binary 10101011 1100100 11010101 10100 110101 0 10000 100010110 111001 111101

Color Harmonies of #AB64D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64D5

Black with #AB64D5

Text Example


Text Example

White with #AB64D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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