Html Css Color HEX #A674CF Amethyst

📋 copy color: '#A674CF'

red 166 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #A674CF

Tints of Amethyst #A674CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

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

R = 33.95%
G = 23.72%
B = 42.33%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A674CF (or 0xA674CF) is known color: Amethyst. HEX triplet: A6, 74 and CF. RGB value is (166,116,207). Sum of RGB (Red+Green+Blue) = 166+116+207=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #A674CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674CF is #598B30. Grayscale: #8D8D8D. Windows color (decimal): -5868337 or 13595814. OLE color: 13595814.

HSL color Cylindrical-coordinate representation of color #A674CF: hue angle of 272.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A674CF is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 116 207 -
CMYK 0.20 0.44 0 0.19
HSL 272.97º 0.49% 0.63% -
HSV(B) 272.97º 0.44% 0.81% -
XYZ 33.23 25.1 62.13 -
YUV 141.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 166 116 207 0.20 0.44 0 0.19 272.97 0.49 0.63
Hex A6 74 CF 14 2C 0 13 111 31 3F
Octal 246 164 317 24 54 0 23 421 61 77
Binary 10100110 1110100 11001111 10100 101100 0 10011 100010001 110001 111111

Color Harmonies of #A674CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674CF

Black with #A674CF

Text Example


Text Example

White with #A674CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674CF; }

 p { color: rgb(166,116,207); }

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

background-color css

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

 a { background-color: rgb(166,116,207); }

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

border-color css

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

 span { border-color: rgb(166,116,207); }

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