Html Css Color HEX #AB68D8 Amethyst

📋 copy color: '#AB68D8'

red 171 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #AB68D8

Tints of Amethyst #AB68D8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.18%

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 34.83%
G = 21.18%
B = 43.99%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB68D8 (or 0xAB68D8) is known color: Amethyst. HEX triplet: AB, 68 and D8. RGB value is (171,104,216). Sum of RGB (Red+Green+Blue) = 171+104+216=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB68D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68D8 is #549727. Grayscale: #888888. Windows color (decimal): -5543720 or 14182571. OLE color: 14182571.

HSL color Cylindrical-coordinate representation of color #AB68D8: hue angle of 275.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB68D8 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 104 216 -
CMYK 0.21 0.52 0 0.15
HSL 275.89º 0.59% 0.63% -
HSV(B) 275.89º 0.52% 0.85% -
XYZ 34.14 23.52 67.71 -
YUV 136.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 171 104 216 0.21 0.52 0 0.15 275.89 0.59 0.63
Hex AB 68 D8 15 34 0 F 114 3B 3F
Octal 253 150 330 25 64 0 17 424 73 77
Binary 10101011 1101000 11011000 10101 110100 0 1111 100010100 111011 111111

Color Harmonies of #AB68D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68D8

Black with #AB68D8

Text Example


Text Example

White with #AB68D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68D8; }

 p { color: rgb(171,104,216); }

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

background-color css

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

 a { background-color: rgb(171,104,216); }

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

border-color css

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

 span { border-color: rgb(171,104,216); }

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