Html Css Color HEX #AC78CF Amethyst

📋 copy color: '#AC78CF'

red 172 ◦ green 120 ◦ blue 207

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

Shades of Amethyst #AC78CF

Tints of Amethyst #AC78CF

RGB

 RED value IS 172 (67.58% from 255) = 34.47%

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

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

R = 34.47%
G = 24.05%
B = 41.48%

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

#AC78CF (or 0xAC78CF) is known color: Amethyst. HEX triplet: AC, 78 and CF. RGB value is (172,120,207). Sum of RGB (Red+Green+Blue) = 172+120+207=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC78CF is #538730. Grayscale: #919191. Windows color (decimal): -5474097 or 13596844. OLE color: 13596844.

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

Color convert

RGB 172 120 207 -
CMYK 0.17 0.42 0 0.19
HSL 275.86º 0.48% 0.64% -
HSV(B) 275.86º 0.42% 0.81% -
XYZ 34.99 26.71 62.34 -
YUV 145.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 172 120 207 0.17 0.42 0 0.19 275.86 0.48 0.64
Hex AC 78 CF 11 2A 0 13 114 30 40
Octal 254 170 317 21 52 0 23 424 60 100
Binary 10101100 1111000 11001111 10001 101010 0 10011 100010100 110000 1000000

Color Harmonies of #AC78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC78CF

Black with #AC78CF

Text Example


Text Example

White with #AC78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC78CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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