Html Css Color HEX #AB78D0 Amethyst

📋 copy color: '#AB78D0'

red 171 ◦ green 120 ◦ blue 208

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

Shades of Amethyst #AB78D0

Tints of Amethyst #AB78D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 34.27%
G = 24.05%
B = 41.68%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB78D0 (or 0xAB78D0) is known color: Amethyst. HEX triplet: AB, 78 and D0. RGB value is (171,120,208). Sum of RGB (Red+Green+Blue) = 171+120+208=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB78D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78D0 is #54872F. Grayscale: #909090. Windows color (decimal): -5539632 or 13662379. OLE color: 13662379.

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

Color convert

RGB 171 120 208 -
CMYK 0.18 0.42 0 0.18
HSL 274.77º 0.48% 0.64% -
HSV(B) 274.77º 0.42% 0.82% -
XYZ 34.9 26.64 62.98 -
YUV 145.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 171 120 208 0.18 0.42 0 0.18 274.77 0.48 0.64
Hex AB 78 D0 12 2A 0 12 113 30 40
Octal 253 170 320 22 52 0 22 423 60 100
Binary 10101011 1111000 11010000 10010 101010 0 10010 100010011 110000 1000000

Color Harmonies of #AB78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78D0

Black with #AB78D0

Text Example


Text Example

White with #AB78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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