Html Css Color HEX #A472CE Amethyst

📋 copy color: '#A472CE'

red 164 ◦ green 114 ◦ blue 206

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

Shades of Amethyst #A472CE

Tints of Amethyst #A472CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.55%

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

R = 33.88%
G = 23.55%
B = 42.56%

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

#A472CE (or 0xA472CE) is known color: Amethyst. HEX triplet: A4, 72 and CE. RGB value is (164,114,206). Sum of RGB (Red+Green+Blue) = 164+114+206=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A472CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472CE is #5B8D31. Grayscale: #8B8B8B. Windows color (decimal): -5999922 or 13529764. OLE color: 13529764.

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

Color convert

RGB 164 114 206 -
CMYK 0.20 0.45 0 0.19
HSL 272.61º 0.48% 0.63% -
HSV(B) 272.61º 0.45% 0.81% -
XYZ 32.47 24.38 61.39 -
YUV 139.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 164 114 206 0.20 0.45 0 0.19 272.61 0.48 0.63
Hex A4 72 CE 14 2D 0 13 111 30 3F
Octal 244 162 316 24 55 0 23 421 60 77
Binary 10100100 1110010 11001110 10100 101101 0 10011 100010001 110000 111111

Color Harmonies of #A472CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472CE

Black with #A472CE

Text Example


Text Example

White with #A472CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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