Html Css Color HEX #AB78DA Amethyst

📋 copy color: '#AB78DA'

red 171 ◦ green 120 ◦ blue 218

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

Shades of Amethyst #AB78DA

Tints of Amethyst #AB78DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 33.6%
G = 23.58%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB78DA (or 0xAB78DA) is known color: Amethyst. HEX triplet: AB, 78 and DA. RGB value is (171,120,218). Sum of RGB (Red+Green+Blue) = 171+120+218=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB78DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78DA is #548725. Grayscale: #929292. Windows color (decimal): -5539622 or 14317739. OLE color: 14317739.

HSL color Cylindrical-coordinate representation of color #AB78DA: hue angle of 271.22º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB78DA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 120 218 -
CMYK 0.22 0.45 0 0.15
HSL 271.22º 0.57% 0.66% -
HSV(B) 271.22º 0.45% 0.85% -
XYZ 36.17 27.15 69.66 -
YUV 146.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 171 120 218 0.22 0.45 0 0.15 271.22 0.57 0.66
Hex AB 78 DA 16 2D 0 F 10F 39 42
Octal 253 170 332 26 55 0 17 417 71 102
Binary 10101011 1111000 11011010 10110 101101 0 1111 100001111 111001 1000010

Color Harmonies of #AB78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78DA

Black with #AB78DA

Text Example


Text Example

White with #AB78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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