Html Css Color HEX #A478CF Amethyst

📋 copy color: '#A478CF'

red 164 ◦ green 120 ◦ blue 207

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

Shades of Amethyst #A478CF

Tints of Amethyst #A478CF

RGB

 RED value IS 164 (64.45% from 255) = 33.4%

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

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

R = 33.4%
G = 24.44%
B = 42.16%

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

#A478CF (or 0xA478CF) is known color: Amethyst. HEX triplet: A4, 78 and CF. RGB value is (164,120,207). Sum of RGB (Red+Green+Blue) = 164+120+207=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A478CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478CF is #5B8730. Grayscale: #8E8E8E. Windows color (decimal): -5998385 or 13596836. OLE color: 13596836.

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

Color convert

RGB 164 120 207 -
CMYK 0.21 0.42 0 0.19
HSL 270.34º 0.48% 0.64% -
HSV(B) 270.34º 0.42% 0.81% -
XYZ 33.29 25.83 62.26 -
YUV 143.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 164 120 207 0.21 0.42 0 0.19 270.34 0.48 0.64
Hex A4 78 CF 15 2A 0 13 10E 30 40
Octal 244 170 317 25 52 0 23 416 60 100
Binary 10100100 1111000 11001111 10101 101010 0 10011 100001110 110000 1000000

Color Harmonies of #A478CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478CF

Black with #A478CF

Text Example


Text Example

White with #A478CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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