Html Css Color HEX #A678CA Amethyst

📋 copy color: '#A678CA'

red 166 ◦ green 120 ◦ blue 202

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

Shades of Amethyst #A678CA

Tints of Amethyst #A678CA

RGB

 RED value IS 166 (65.23% from 255) = 34.02%

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

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 34.02%
G = 24.59%
B = 41.39%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A678CA (or 0xA678CA) is known color: Amethyst. HEX triplet: A6, 78 and CA. RGB value is (166,120,202). Sum of RGB (Red+Green+Blue) = 166+120+202=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #A678CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CA is #598735. Grayscale: #8E8E8E. Windows color (decimal): -5867318 or 13269158. OLE color: 13269158.

HSL color Cylindrical-coordinate representation of color #A678CA: hue angle of 273.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A678CA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 120 202 -
CMYK 0.18 0.41 0 0.21
HSL 273.66º 0.44% 0.63% -
HSV(B) 273.66º 0.41% 0.79% -
XYZ 33.1 25.8 59.11 -
YUV 143.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 166 120 202 0.18 0.41 0 0.21 273.66 0.44 0.63
Hex A6 78 CA 12 29 0 15 112 2C 3F
Octal 246 170 312 22 51 0 25 422 54 77
Binary 10100110 1111000 11001010 10010 101001 0 10101 100010010 101100 111111

Color Harmonies of #A678CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678CA

Black with #A678CA

Text Example


Text Example

White with #A678CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678CA; }

 p { color: rgb(166,120,202); }

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

background-color css

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

 a { background-color: rgb(166,120,202); }

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

border-color css

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

 span { border-color: rgb(166,120,202); }

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