Html Css Color HEX #A273CC Amethyst

📋 copy color: '#A273CC'

red 162 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #A273CC

Tints of Amethyst #A273CC

RGB

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

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

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

R = 33.68%
G = 23.91%
B = 42.41%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A273CC (or 0xA273CC) is known color: Amethyst. HEX triplet: A2, 73 and CC. RGB value is (162,115,204). Sum of RGB (Red+Green+Blue) = 162+115+204=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A273CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CC is #5D8C33. Grayscale: #8A8A8A. Windows color (decimal): -6130740 or 13398946. OLE color: 13398946.

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

Color convert

RGB 162 115 204 -
CMYK 0.21 0.44 0 0.2
HSL 271.69º 0.47% 0.63% -
HSV(B) 271.69º 0.44% 0.8% -
XYZ 31.93 24.3 60.13 -
YUV 139.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 162 115 204 0.21 0.44 0 0.2 271.69 0.47 0.63
Hex A2 73 CC 15 2C 0 14 110 2F 3F
Octal 242 163 314 25 54 0 24 420 57 77
Binary 10100010 1110011 11001100 10101 101100 0 10100 100010000 101111 111111

Color Harmonies of #A273CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273CC

Black with #A273CC

Text Example


Text Example

White with #A273CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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