Html Css Color HEX #A674CC Amethyst

📋 copy color: '#A674CC'

red 166 ◦ green 116 ◦ blue 204

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

Shades of Amethyst #A674CC

Tints of Amethyst #A674CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 34.16%
G = 23.87%
B = 41.98%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A674CC (or 0xA674CC) is known color: Amethyst. HEX triplet: A6, 74 and CC. RGB value is (166,116,204). Sum of RGB (Red+Green+Blue) = 166+116+204=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #A674CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674CC is #598B33. Grayscale: #8C8C8C. Windows color (decimal): -5868340 or 13399206. OLE color: 13399206.

HSL color Cylindrical-coordinate representation of color #A674CC: hue angle of 274.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A674CC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 116 204 -
CMYK 0.19 0.43 0 0.2
HSL 274.09º 0.46% 0.63% -
HSV(B) 274.09º 0.43% 0.8% -
XYZ 32.87 24.96 60.21 -
YUV 140.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 166 116 204 0.19 0.43 0 0.2 274.09 0.46 0.63
Hex A6 74 CC 13 2B 0 14 112 2E 3F
Octal 246 164 314 23 53 0 24 422 56 77
Binary 10100110 1110100 11001100 10011 101011 0 10100 100010010 101110 111111

Color Harmonies of #A674CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674CC

Black with #A674CC

Text Example


Text Example

White with #A674CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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