Html Css Color HEX #A671CD Amethyst

📋 copy color: '#A671CD'

red 166 ◦ green 113 ◦ blue 205

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

Shades of Amethyst #A671CD

Tints of Amethyst #A671CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 34.3%
G = 23.35%
B = 42.36%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A671CD (or 0xA671CD) is known color: Amethyst. HEX triplet: A6, 71 and CD. RGB value is (166,113,205). Sum of RGB (Red+Green+Blue) = 166+113+205=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A671CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671CD is #598E32. Grayscale: #8B8B8B. Windows color (decimal): -5869107 or 13463974. OLE color: 13463974.

HSL color Cylindrical-coordinate representation of color #A671CD: hue angle of 274.57º degrees, saturation: 0.48, 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 #A671CD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 113 205 -
CMYK 0.19 0.45 0 0.20
HSL 274.57º 0.48% 0.62% -
HSV(B) 274.57º 0.45% 0.8% -
XYZ 32.65 24.33 60.73 -
YUV 139.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 166 113 205 0.19 0.45 0 0.20 274.57 0.48 0.62
Hex A6 71 CD 13 2D 0 14 113 30 3E
Octal 246 161 315 23 55 0 24 423 60 76
Binary 10100110 1110001 11001101 10011 101101 0 10100 100010011 110000 111110

Color Harmonies of #A671CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671CD

Black with #A671CD

Text Example


Text Example

White with #A671CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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