Html Css Color HEX #A471CC Amethyst

📋 copy color: '#A471CC'

red 164 ◦ green 113 ◦ blue 204

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

Shades of Amethyst #A471CC

Tints of Amethyst #A471CC

RGB

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

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

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

R = 34.1%
G = 23.49%
B = 42.41%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A471CC (or 0xA471CC) is known color: Amethyst. HEX triplet: A4, 71 and CC. RGB value is (164,113,204). Sum of RGB (Red+Green+Blue) = 164+113+204=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A471CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CC is #5B8E33. Grayscale: #8A8A8A. Windows color (decimal): -6000180 or 13398436. OLE color: 13398436.

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

Color convert

RGB 164 113 204 -
CMYK 0.20 0.45 0 0.2
HSL 273.63º 0.47% 0.62% -
HSV(B) 273.63º 0.45% 0.8% -
XYZ 32.11 24.06 60.08 -
YUV 138.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 164 113 204 0.20 0.45 0 0.2 273.63 0.47 0.62
Hex A4 71 CC 14 2D 0 14 112 2F 3E
Octal 244 161 314 24 55 0 24 422 57 76
Binary 10100100 1110001 11001100 10100 101101 0 10100 100010010 101111 111110

Color Harmonies of #A471CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471CC

Black with #A471CC

Text Example


Text Example

White with #A471CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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