Html Css Color HEX #A273C5 Amethyst

📋 copy color: '#A273C5'

red 162 ◦ green 115 ◦ blue 197

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

Shades of Amethyst #A273C5

Tints of Amethyst #A273C5

RGB

 RED value IS 162 (63.67% from 255) = 34.18%

 GREEN value IS 115 (45.31% from 255) = 24.26%

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 34.18%
G = 24.26%
B = 41.56%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A273C5 (or 0xA273C5) is known color: Amethyst. HEX triplet: A2, 73 and C5. RGB value is (162,115,197). Sum of RGB (Red+Green+Blue) = 162+115+197=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #A273C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273C5 is #5D8C3A. Grayscale: #8A8A8A. Windows color (decimal): -6130747 or 12940194. OLE color: 12940194.

HSL color Cylindrical-coordinate representation of color #A273C5: hue angle of 274.39º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A273C5 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 115 197 -
CMYK 0.18 0.42 0 0.23
HSL 274.39º 0.41% 0.61% -
HSV(B) 274.39º 0.42% 0.77% -
XYZ 31.11 23.97 55.81 -
YUV 138.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 162 115 197 0.18 0.42 0 0.23 274.39 0.41 0.61
Hex A2 73 C5 12 2A 0 17 112 29 3D
Octal 242 163 305 22 52 0 27 422 51 75
Binary 10100010 1110011 11000101 10010 101010 0 10111 100010010 101001 111101

Color Harmonies of #A273C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273C5

Black with #A273C5

Text Example


Text Example

White with #A273C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273C5; }

 p { color: rgb(162,115,197); }

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

background-color css

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

 a { background-color: rgb(162,115,197); }

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

border-color css

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

 span { border-color: rgb(162,115,197); }

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