Html Css Color HEX #A671CC Amethyst

📋 copy color: '#A671CC'

red 166 ◦ green 113 ◦ blue 204

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

Shades of Amethyst #A671CC

Tints of Amethyst #A671CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.4%

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

R = 34.37%
G = 23.4%
B = 42.24%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A671CC (or 0xA671CC) is known color: Amethyst. HEX triplet: A6, 71 and CC. RGB value is (166,113,204). Sum of RGB (Red+Green+Blue) = 166+113+204=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #A671CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671CC is #598E33. Grayscale: #8A8A8A. Windows color (decimal): -5869108 or 13398438. OLE color: 13398438.

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

Color convert

RGB 166 113 204 -
CMYK 0.19 0.45 0 0.2
HSL 274.95º 0.47% 0.62% -
HSV(B) 274.95º 0.45% 0.8% -
XYZ 32.53 24.28 60.1 -
YUV 139.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 166 113 204 0.19 0.45 0 0.2 274.95 0.47 0.62
Hex A6 71 CC 13 2D 0 14 113 2F 3E
Octal 246 161 314 23 55 0 24 423 57 76
Binary 10100110 1110001 11001100 10011 101101 0 10100 100010011 101111 111110

Color Harmonies of #A671CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671CC

Black with #A671CC

Text Example


Text Example

White with #A671CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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