Html Css Color HEX #A271CF Amethyst

📋 copy color: '#A271CF'

red 162 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #A271CF

Tints of Amethyst #A271CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 33.61%
G = 23.44%
B = 42.95%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A271CF (or 0xA271CF) is known color: Amethyst. HEX triplet: A2, 71 and CF. RGB value is (162,113,207). Sum of RGB (Red+Green+Blue) = 162+113+207=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A271CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271CF is #5D8E30. Grayscale: #8A8A8A. Windows color (decimal): -6131249 or 13595042. OLE color: 13595042.

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

Color convert

RGB 162 113 207 -
CMYK 0.22 0.45 0 0.19
HSL 271.28º 0.49% 0.63% -
HSV(B) 271.28º 0.45% 0.81% -
XYZ 32.07 24 61.97 -
YUV 138.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 162 113 207 0.22 0.45 0 0.19 271.28 0.49 0.63
Hex A2 71 CF 16 2D 0 13 10F 31 3F
Octal 242 161 317 26 55 0 23 417 61 77
Binary 10100010 1110001 11001111 10110 101101 0 10011 100001111 110001 111111

Color Harmonies of #A271CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271CF

Black with #A271CF

Text Example


Text Example

White with #A271CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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