Html Css Color HEX #A472C8 Amethyst

📋 copy color: '#A472C8'

red 164 ◦ green 114 ◦ blue 200

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

Shades of Amethyst #A472C8

Tints of Amethyst #A472C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 34.31%
G = 23.85%
B = 41.84%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A472C8 (or 0xA472C8) is known color: Amethyst. HEX triplet: A4, 72 and C8. RGB value is (164,114,200). Sum of RGB (Red+Green+Blue) = 164+114+200=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #A472C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472C8 is #5B8D37. Grayscale: #8A8A8A. Windows color (decimal): -5999928 or 13136548. OLE color: 13136548.

HSL color Cylindrical-coordinate representation of color #A472C8: hue angle of 274.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A472C8 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 114 200 -
CMYK 0.18 0.43 0 0.22
HSL 274.88º 0.44% 0.62% -
HSV(B) 274.88º 0.43% 0.78% -
XYZ 31.75 24.1 57.62 -
YUV 138.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 164 114 200 0.18 0.43 0 0.22 274.88 0.44 0.62
Hex A4 72 C8 12 2B 0 16 113 2C 3E
Octal 244 162 310 22 53 0 26 423 54 76
Binary 10100100 1110010 11001000 10010 101011 0 10110 100010011 101100 111110

Color Harmonies of #A472C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472C8

Black with #A472C8

Text Example


Text Example

White with #A472C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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