Html Css Color HEX #A273CD Amethyst

📋 copy color: '#A273CD'

red 162 ◦ green 115 ◦ blue 205

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

Shades of Amethyst #A273CD

Tints of Amethyst #A273CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 33.61%
G = 23.86%
B = 42.53%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A273CD (or 0xA273CD) is known color: Amethyst. HEX triplet: A2, 73 and CD. RGB value is (162,115,205). Sum of RGB (Red+Green+Blue) = 162+115+205=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A273CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CD is #5D8C32. Grayscale: #8B8B8B. Windows color (decimal): -6130739 or 13464482. OLE color: 13464482.

HSL color Cylindrical-coordinate representation of color #A273CD: hue angle of 271.33º 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 #A273CD is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 115 205 -
CMYK 0.21 0.44 0 0.20
HSL 271.33º 0.47% 0.63% -
HSV(B) 271.33º 0.44% 0.8% -
XYZ 32.05 24.35 60.77 -
YUV 139.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 162 115 205 0.21 0.44 0 0.20 271.33 0.47 0.63
Hex A2 73 CD 15 2C 0 14 10F 2F 3F
Octal 242 163 315 25 54 0 24 417 57 77
Binary 10100010 1110011 11001101 10101 101100 0 10100 100001111 101111 111111

Color Harmonies of #A273CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273CD

Black with #A273CD

Text Example


Text Example

White with #A273CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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