Html Css Color HEX #A272D0 Amethyst

📋 copy color: '#A272D0'

red 162 ◦ green 114 ◦ blue 208

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

Shades of Amethyst #A272D0

Tints of Amethyst #A272D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 33.47%
G = 23.55%
B = 42.98%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A272D0 (or 0xA272D0) is known color: Amethyst. HEX triplet: A2, 72 and D0. RGB value is (162,114,208). Sum of RGB (Red+Green+Blue) = 162+114+208=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #A272D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272D0 is #5D8D2F. Grayscale: #8A8A8A. Windows color (decimal): -6130992 or 13660834. OLE color: 13660834.

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

Color convert

RGB 162 114 208 -
CMYK 0.22 0.45 0 0.18
HSL 270.64º 0.5% 0.63% -
HSV(B) 270.64º 0.45% 0.82% -
XYZ 32.3 24.27 62.66 -
YUV 139.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 162 114 208 0.22 0.45 0 0.18 270.64 0.5 0.63
Hex A2 72 D0 16 2D 0 12 10F 32 3F
Octal 242 162 320 26 55 0 22 417 62 77
Binary 10100010 1110010 11010000 10110 101101 0 10010 100001111 110010 111111

Color Harmonies of #A272D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272D0

Black with #A272D0

Text Example


Text Example

White with #A272D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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