Html Css Color HEX #A472CC Amethyst

📋 copy color: '#A472CC'

red 164 ◦ green 114 ◦ blue 204

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

Shades of Amethyst #A472CC

Tints of Amethyst #A472CC

RGB

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

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

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

R = 34.02%
G = 23.65%
B = 42.32%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A472CC (or 0xA472CC) is known color: Amethyst. HEX triplet: A4, 72 and CC. RGB value is (164,114,204). Sum of RGB (Red+Green+Blue) = 164+114+204=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A472CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472CC is #5B8D33. Grayscale: #8A8A8A. Windows color (decimal): -5999924 or 13398692. OLE color: 13398692.

HSL color Cylindrical-coordinate representation of color #A472CC: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A472CC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 114 204 -
CMYK 0.20 0.44 0 0.2
HSL 273.33º 0.47% 0.62% -
HSV(B) 273.33º 0.44% 0.8% -
XYZ 32.23 24.29 60.12 -
YUV 139.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 164 114 204 0.20 0.44 0 0.2 273.33 0.47 0.62
Hex A4 72 CC 14 2C 0 14 111 2F 3E
Octal 244 162 314 24 54 0 24 421 57 76
Binary 10100100 1110010 11001100 10100 101100 0 10100 100010001 101111 111110

Color Harmonies of #A472CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472CC

Black with #A472CC

Text Example


Text Example

White with #A472CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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