Html Css Color HEX #A271CB Amethyst

📋 copy color: '#A271CB'

red 162 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #A271CB

Tints of Amethyst #A271CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 33.89%
G = 23.64%
B = 42.47%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A271CB (or 0xA271CB) is known color: Amethyst. HEX triplet: A2, 71 and CB. RGB value is (162,113,203). Sum of RGB (Red+Green+Blue) = 162+113+203=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A271CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271CB is #5D8E34. Grayscale: #898989. Windows color (decimal): -6131253 or 13332898. OLE color: 13332898.

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

Color convert

RGB 162 113 203 -
CMYK 0.20 0.44 0 0.20
HSL 272.67º 0.46% 0.62% -
HSV(B) 272.67º 0.44% 0.8% -
XYZ 31.58 23.8 59.43 -
YUV 137.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 162 113 203 0.20 0.44 0 0.20 272.67 0.46 0.62
Hex A2 71 CB 14 2C 0 14 111 2E 3E
Octal 242 161 313 24 54 0 24 421 56 76
Binary 10100010 1110001 11001011 10100 101100 0 10100 100010001 101110 111110

Color Harmonies of #A271CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271CB

Black with #A271CB

Text Example


Text Example

White with #A271CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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