Html Css Color HEX #A273CE Amethyst

📋 copy color: '#A273CE'

red 162 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #A273CE

Tints of Amethyst #A273CE

RGB

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

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

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

R = 33.54%
G = 23.81%
B = 42.65%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A273CE (or 0xA273CE) is known color: Amethyst. HEX triplet: A2, 73 and CE. RGB value is (162,115,206). Sum of RGB (Red+Green+Blue) = 162+115+206=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A273CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CE is #5D8C31. Grayscale: #8B8B8B. Windows color (decimal): -6130738 or 13530018. OLE color: 13530018.

HSL color Cylindrical-coordinate representation of color #A273CE: hue angle of 270.99º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A273CE is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 115 206 -
CMYK 0.21 0.44 0 0.19
HSL 270.99º 0.48% 0.63% -
HSV(B) 270.99º 0.44% 0.81% -
XYZ 32.17 24.4 61.41 -
YUV 139.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 162 115 206 0.21 0.44 0 0.19 270.99 0.48 0.63
Hex A2 73 CE 15 2C 0 13 10F 30 3F
Octal 242 163 316 25 54 0 23 417 60 77
Binary 10100010 1110011 11001110 10101 101100 0 10011 100001111 110000 111111

Color Harmonies of #A273CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273CE

Black with #A273CE

Text Example


Text Example

White with #A273CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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