Html Css Color HEX #AB68C5 Amethyst

📋 copy color: '#AB68C5'

red 171 ◦ green 104 ◦ blue 197

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

Shades of Amethyst #AB68C5

Tints of Amethyst #AB68C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 36.23%
G = 22.03%
B = 41.74%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB68C5 (or 0xAB68C5) is known color: Amethyst. HEX triplet: AB, 68 and C5. RGB value is (171,104,197). Sum of RGB (Red+Green+Blue) = 171+104+197=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB68C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68C5 is #54973A. Grayscale: #868686. Windows color (decimal): -5543739 or 12937387. OLE color: 12937387.

HSL color Cylindrical-coordinate representation of color #AB68C5: hue angle of 283.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB68C5 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 104 197 -
CMYK 0.13 0.47 0 0.23
HSL 283.23º 0.44% 0.59% -
HSV(B) 283.23º 0.47% 0.77% -
XYZ 31.82 22.59 55.51 -
YUV 134.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 171 104 197 0.13 0.47 0 0.23 283.23 0.44 0.59
Hex AB 68 C5 D 2F 0 17 11B 2C 3B
Octal 253 150 305 15 57 0 27 433 54 73
Binary 10101011 1101000 11000101 1101 101111 0 10111 100011011 101100 111011

Color Harmonies of #AB68C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68C5

Black with #AB68C5

Text Example


Text Example

White with #AB68C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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