Html Css Color HEX #AB63DD Amethyst

📋 copy color: '#AB63DD'

red 171 ◦ green 99 ◦ blue 221

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

Shades of Amethyst #AB63DD

Tints of Amethyst #AB63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

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

R = 34.83%
G = 20.16%
B = 45.01%

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

#AB63DD (or 0xAB63DD) is known color: Amethyst. HEX triplet: AB, 63 and DD. RGB value is (171,99,221). Sum of RGB (Red+Green+Blue) = 171+99+221=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63DD is #549C22. Grayscale: #868686. Windows color (decimal): -5544995 or 14508971. OLE color: 14508971.

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

Color convert

RGB 171 99 221 -
CMYK 0.23 0.55 0 0.13
HSL 275.41º 0.64% 0.63% -
HSV(B) 275.41º 0.55% 0.87% -
XYZ 34.31 22.8 71 -
YUV 134.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 171 99 221 0.23 0.55 0 0.13 275.41 0.64 0.63
Hex AB 63 DD 17 37 0 D 113 40 3F
Octal 253 143 335 27 67 0 15 423 100 77
Binary 10101011 1100011 11011101 10111 110111 0 1101 100010011 1000000 111111

Color Harmonies of #AB63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63DD

Black with #AB63DD

Text Example


Text Example

White with #AB63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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