Html Css Color HEX #AB78CF Amethyst

📋 copy color: '#AB78CF'

red 171 ◦ green 120 ◦ blue 207

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

Shades of Amethyst #AB78CF

Tints of Amethyst #AB78CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.1%

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 34.34%
G = 24.1%
B = 41.57%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB78CF (or 0xAB78CF) is known color: Amethyst. HEX triplet: AB, 78 and CF. RGB value is (171,120,207). Sum of RGB (Red+Green+Blue) = 171+120+207=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78CF is #548730. Grayscale: #909090. Windows color (decimal): -5539633 or 13596843. OLE color: 13596843.

HSL color Cylindrical-coordinate representation of color #AB78CF: hue angle of 275.17º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB78CF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 120 207 -
CMYK 0.17 0.42 0 0.19
HSL 275.17º 0.48% 0.64% -
HSV(B) 275.17º 0.42% 0.81% -
XYZ 34.77 26.6 62.33 -
YUV 145.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 171 120 207 0.17 0.42 0 0.19 275.17 0.48 0.64
Hex AB 78 CF 11 2A 0 13 113 30 40
Octal 253 170 317 21 52 0 23 423 60 100
Binary 10101011 1111000 11001111 10001 101010 0 10011 100010011 110000 1000000

Color Harmonies of #AB78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78CF

Black with #AB78CF

Text Example


Text Example

White with #AB78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78CF; }

 p { color: rgb(171,120,207); }

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

background-color css

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

 a { background-color: rgb(171,120,207); }

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

border-color css

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

 span { border-color: rgb(171,120,207); }

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