Html Css Color HEX #A378CF Amethyst

📋 copy color: '#A378CF'

red 163 ◦ green 120 ◦ blue 207

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

Shades of Amethyst #A378CF

Tints of Amethyst #A378CF

RGB

 RED value IS 163 (64.06% from 255) = 33.27%

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

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

R = 33.27%
G = 24.49%
B = 42.24%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A378CF (or 0xA378CF) is known color: Amethyst. HEX triplet: A3, 78 and CF. RGB value is (163,120,207). Sum of RGB (Red+Green+Blue) = 163+120+207=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #A378CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378CF is #5C8730. Grayscale: #8E8E8E. Windows color (decimal): -6063921 or 13596835. OLE color: 13596835.

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

Color convert

RGB 163 120 207 -
CMYK 0.21 0.42 0 0.19
HSL 269.66º 0.48% 0.64% -
HSV(B) 269.66º 0.42% 0.81% -
XYZ 33.08 25.72 62.25 -
YUV 142.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 163 120 207 0.21 0.42 0 0.19 269.66 0.48 0.64
Hex A3 78 CF 15 2A 0 13 10E 30 40
Octal 243 170 317 25 52 0 23 416 60 100
Binary 10100011 1111000 11001111 10101 101010 0 10011 100001110 110000 1000000

Color Harmonies of #A378CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378CF

Black with #A378CF

Text Example


Text Example

White with #A378CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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