Html Css Color HEX #A471CE Amethyst

📋 copy color: '#A471CE'

red 164 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #A471CE

Tints of Amethyst #A471CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 33.95%
G = 23.4%
B = 42.65%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A471CE (or 0xA471CE) is known color: Amethyst. HEX triplet: A4, 71 and CE. RGB value is (164,113,206). Sum of RGB (Red+Green+Blue) = 164+113+206=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A471CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CE is #5B8E31. Grayscale: #8A8A8A. Windows color (decimal): -6000178 or 13529508. OLE color: 13529508.

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

Color convert

RGB 164 113 206 -
CMYK 0.20 0.45 0 0.19
HSL 272.9º 0.49% 0.63% -
HSV(B) 272.9º 0.45% 0.81% -
XYZ 32.36 24.16 61.35 -
YUV 138.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 164 113 206 0.20 0.45 0 0.19 272.9 0.49 0.63
Hex A4 71 CE 14 2D 0 13 111 31 3F
Octal 244 161 316 24 55 0 23 421 61 77
Binary 10100100 1110001 11001110 10100 101101 0 10011 100010001 110001 111111

Color Harmonies of #A471CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471CE

Black with #A471CE

Text Example


Text Example

White with #A471CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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