Html Css Color HEX #A272CE Amethyst

📋 copy color: '#A272CE'

red 162 ◦ green 114 ◦ blue 206

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

Shades of Amethyst #A272CE

Tints of Amethyst #A272CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 33.61%
G = 23.65%
B = 42.74%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A272CE (or 0xA272CE) is known color: Amethyst. HEX triplet: A2, 72 and CE. RGB value is (162,114,206). Sum of RGB (Red+Green+Blue) = 162+114+206=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A272CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272CE is #5D8D31. Grayscale: #8A8A8A. Windows color (decimal): -6130994 or 13529762. OLE color: 13529762.

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

Color convert

RGB 162 114 206 -
CMYK 0.21 0.45 0 0.19
HSL 271.3º 0.48% 0.63% -
HSV(B) 271.3º 0.45% 0.81% -
XYZ 32.06 24.17 61.37 -
YUV 138.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 162 114 206 0.21 0.45 0 0.19 271.3 0.48 0.63
Hex A2 72 CE 15 2D 0 13 10F 30 3F
Octal 242 162 316 25 55 0 23 417 60 77
Binary 10100010 1110010 11001110 10101 101101 0 10011 100001111 110000 111111

Color Harmonies of #A272CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272CE

Black with #A272CE

Text Example


Text Example

White with #A272CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272CE; }

 p { color: rgb(162,114,206); }

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

background-color css

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

 a { background-color: rgb(162,114,206); }

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

border-color css

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

 span { border-color: rgb(162,114,206); }

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