Html Css Color HEX #A471CF Amethyst

📋 copy color: '#A471CF'

red 164 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #A471CF

Tints of Amethyst #A471CF

RGB

 RED value IS 164 (64.45% from 255) = 33.88%

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

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

R = 33.88%
G = 23.35%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A471CF (or 0xA471CF) is known color: Amethyst. HEX triplet: A4, 71 and CF. RGB value is (164,113,207). Sum of RGB (Red+Green+Blue) = 164+113+207=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A471CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CF is #5B8E30. Grayscale: #8A8A8A. Windows color (decimal): -6000177 or 13595044. OLE color: 13595044.

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

Color convert

RGB 164 113 207 -
CMYK 0.21 0.45 0 0.19
HSL 272.55º 0.49% 0.63% -
HSV(B) 272.55º 0.45% 0.81% -
XYZ 32.48 24.21 61.99 -
YUV 138.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 164 113 207 0.21 0.45 0 0.19 272.55 0.49 0.63
Hex A4 71 CF 15 2D 0 13 111 31 3F
Octal 244 161 317 25 55 0 23 421 61 77
Binary 10100100 1110001 11001111 10101 101101 0 10011 100010001 110001 111111

Color Harmonies of #A471CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471CF

Black with #A471CF

Text Example


Text Example

White with #A471CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471CF; }

 p { color: rgb(164,113,207); }

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

background-color css

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

 a { background-color: rgb(164,113,207); }

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

border-color css

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

 span { border-color: rgb(164,113,207); }

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