Html Css Color HEX #AB63D7 Amethyst

📋 copy color: '#AB63D7'

red 171 ◦ green 99 ◦ blue 215

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

Shades of Amethyst #AB63D7

Tints of Amethyst #AB63D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 35.26%
G = 20.41%
B = 44.33%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB63D7 (or 0xAB63D7) is known color: Amethyst. HEX triplet: AB, 63 and D7. RGB value is (171,99,215). Sum of RGB (Red+Green+Blue) = 171+99+215=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB63D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63D7 is #549C28. Grayscale: #858585. Windows color (decimal): -5545001 or 14115755. OLE color: 14115755.

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

Color convert

RGB 171 99 215 -
CMYK 0.20 0.54 0 0.16
HSL 277.24º 0.59% 0.62% -
HSV(B) 277.24º 0.54% 0.84% -
XYZ 33.52 22.49 66.86 -
YUV 133.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 171 99 215 0.20 0.54 0 0.16 277.24 0.59 0.62
Hex AB 63 D7 14 36 0 10 115 3B 3E
Octal 253 143 327 24 66 0 20 425 73 76
Binary 10101011 1100011 11010111 10100 110110 0 10000 100010101 111011 111110

Color Harmonies of #AB63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63D7

Black with #AB63D7

Text Example


Text Example

White with #AB63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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