Html Css Color HEX #A271CC Amethyst

📋 copy color: '#A271CC'

red 162 ◦ green 113 ◦ blue 204

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

Shades of Amethyst #A271CC

Tints of Amethyst #A271CC

RGB

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

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

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

R = 33.82%
G = 23.59%
B = 42.59%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A271CC (or 0xA271CC) is known color: Amethyst. HEX triplet: A2, 71 and CC. RGB value is (162,113,204). Sum of RGB (Red+Green+Blue) = 162+113+204=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A271CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271CC is #5D8E33. Grayscale: #898989. Windows color (decimal): -6131252 or 13398434. OLE color: 13398434.

HSL color Cylindrical-coordinate representation of color #A271CC: hue angle of 272.31º degrees, saturation: 0.47, 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 #A271CC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 113 204 -
CMYK 0.21 0.45 0 0.2
HSL 272.31º 0.47% 0.62% -
HSV(B) 272.31º 0.45% 0.8% -
XYZ 31.7 23.85 60.06 -
YUV 138.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 162 113 204 0.21 0.45 0 0.2 272.31 0.47 0.62
Hex A2 71 CC 15 2D 0 14 110 2F 3E
Octal 242 161 314 25 55 0 24 420 57 76
Binary 10100010 1110001 11001100 10101 101101 0 10100 100010000 101111 111110

Color Harmonies of #A271CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271CC

Black with #A271CC

Text Example


Text Example

White with #A271CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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