Html Css Color HEX #AB63DC Amethyst

📋 copy color: '#AB63DC'

red 171 ◦ green 99 ◦ blue 220

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

Shades of Amethyst #AB63DC

Tints of Amethyst #AB63DC

RGB

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

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

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

R = 34.9%
G = 20.2%
B = 44.9%

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

#AB63DC (or 0xAB63DC) is known color: Amethyst. HEX triplet: AB, 63 and DC. RGB value is (171,99,220). Sum of RGB (Red+Green+Blue) = 171+99+220=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63DC is #549C23. Grayscale: #858585. Windows color (decimal): -5544996 or 14443435. OLE color: 14443435.

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

Color convert

RGB 171 99 220 -
CMYK 0.22 0.55 0 0.14
HSL 275.7º 0.63% 0.63% -
HSV(B) 275.7º 0.55% 0.86% -
XYZ 34.17 22.75 70.3 -
YUV 134.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 171 99 220 0.22 0.55 0 0.14 275.7 0.63 0.63
Hex AB 63 DC 16 37 0 E 114 3F 3F
Octal 253 143 334 26 67 0 16 424 77 77
Binary 10101011 1100011 11011100 10110 110111 0 1110 100010100 111111 111111

Color Harmonies of #AB63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB63DC

Black with #AB63DC

Text Example


Text Example

White with #AB63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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