Html Css Color HEX #A271CD Amethyst

📋 copy color: '#A271CD'

red 162 ◦ green 113 ◦ blue 205

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

Shades of Amethyst #A271CD

Tints of Amethyst #A271CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.54%

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

R = 33.75%
G = 23.54%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A271CD (or 0xA271CD) is known color: Amethyst. HEX triplet: A2, 71 and CD. RGB value is (162,113,205). Sum of RGB (Red+Green+Blue) = 162+113+205=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A271CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271CD is #5D8E32. Grayscale: #898989. Windows color (decimal): -6131251 or 13463970. OLE color: 13463970.

HSL color Cylindrical-coordinate representation of color #A271CD: hue angle of 271.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A271CD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 113 205 -
CMYK 0.21 0.45 0 0.20
HSL 271.96º 0.48% 0.62% -
HSV(B) 271.96º 0.45% 0.8% -
XYZ 31.82 23.9 60.69 -
YUV 138.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 162 113 205 0.21 0.45 0 0.20 271.96 0.48 0.62
Hex A2 71 CD 15 2D 0 14 110 30 3E
Octal 242 161 315 25 55 0 24 420 60 76
Binary 10100010 1110001 11001101 10101 101101 0 10100 100010000 110000 111110

Color Harmonies of #A271CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271CD

Black with #A271CD

Text Example


Text Example

White with #A271CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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