Html Css Color HEX #A272CF Amethyst

📋 copy color: '#A272CF'

red 162 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #A272CF

Tints of Amethyst #A272CF

RGB

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

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

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

R = 33.54%
G = 23.6%
B = 42.86%

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

#A272CF (or 0xA272CF) is known color: Amethyst. HEX triplet: A2, 72 and CF. RGB value is (162,114,207). Sum of RGB (Red+Green+Blue) = 162+114+207=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A272CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272CF is #5D8D30. Grayscale: #8A8A8A. Windows color (decimal): -6130993 or 13595298. OLE color: 13595298.

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

Color convert

RGB 162 114 207 -
CMYK 0.22 0.45 0 0.19
HSL 270.97º 0.49% 0.63% -
HSV(B) 270.97º 0.45% 0.81% -
XYZ 32.18 24.22 62.01 -
YUV 138.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 162 114 207 0.22 0.45 0 0.19 270.97 0.49 0.63
Hex A2 72 CF 16 2D 0 13 10F 31 3F
Octal 242 162 317 26 55 0 23 417 61 77
Binary 10100010 1110010 11001111 10110 101101 0 10011 100001111 110001 111111

Color Harmonies of #A272CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272CF

Black with #A272CF

Text Example


Text Example

White with #A272CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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