Html Css Color HEX #A273D7 Amethyst

📋 copy color: '#A273D7'

red 162 ◦ green 115 ◦ blue 215

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

Shades of Amethyst #A273D7

Tints of Amethyst #A273D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 32.93%
G = 23.37%
B = 43.7%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A273D7 (or 0xA273D7) is known color: Amethyst. HEX triplet: A2, 73 and D7. RGB value is (162,115,215). Sum of RGB (Red+Green+Blue) = 162+115+215=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #A273D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273D7 is #5D8C28. Grayscale: #8C8C8C. Windows color (decimal): -6130729 or 14119842. OLE color: 14119842.

HSL color Cylindrical-coordinate representation of color #A273D7: hue angle of 268.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A273D7 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 115 215 -
CMYK 0.25 0.47 0 0.16
HSL 268.2º 0.56% 0.65% -
HSV(B) 268.2º 0.47% 0.84% -
XYZ 33.3 24.85 67.33 -
YUV 140.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 162 115 215 0.25 0.47 0 0.16 268.2 0.56 0.65
Hex A2 73 D7 19 2F 0 10 10C 38 41
Octal 242 163 327 31 57 0 20 414 70 101
Binary 10100010 1110011 11010111 11001 101111 0 10000 100001100 111000 1000001

Color Harmonies of #A273D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273D7

Black with #A273D7

Text Example


Text Example

White with #A273D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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