Html Css Color HEX #AB78CE Amethyst

📋 copy color: '#AB78CE'

red 171 ◦ green 120 ◦ blue 206

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

Shades of Amethyst #AB78CE

Tints of Amethyst #AB78CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 34.41%
G = 24.14%
B = 41.45%

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

#AB78CE (or 0xAB78CE) is known color: Amethyst. HEX triplet: AB, 78 and CE. RGB value is (171,120,206). Sum of RGB (Red+Green+Blue) = 171+120+206=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78CE is #548731. Grayscale: #909090. Windows color (decimal): -5539634 or 13531307. OLE color: 13531307.

HSL color Cylindrical-coordinate representation of color #AB78CE: hue angle of 275.58º degrees, saturation: 0.47, 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 #AB78CE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 120 206 -
CMYK 0.17 0.42 0 0.19
HSL 275.58º 0.47% 0.64% -
HSV(B) 275.58º 0.42% 0.81% -
XYZ 34.65 26.55 61.69 -
YUV 145.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 171 120 206 0.17 0.42 0 0.19 275.58 0.47 0.64
Hex AB 78 CE 11 2A 0 13 114 2F 40
Octal 253 170 316 21 52 0 23 424 57 100
Binary 10101011 1111000 11001110 10001 101010 0 10011 100010100 101111 1000000

Color Harmonies of #AB78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78CE

Black with #AB78CE

Text Example


Text Example

White with #AB78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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