Html Css Color HEX #A270D1 Amethyst

📋 copy color: '#A270D1'

red 162 ◦ green 112 ◦ blue 209

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

Shades of Amethyst #A270D1

Tints of Amethyst #A270D1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 33.54%
G = 23.19%
B = 43.27%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A270D1 (or 0xA270D1) is known color: Amethyst. HEX triplet: A2, 70 and D1. RGB value is (162,112,209). Sum of RGB (Red+Green+Blue) = 162+112+209=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #A270D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270D1 is #5D8F2E. Grayscale: #898989. Windows color (decimal): -6131503 or 13725858. OLE color: 13725858.

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

Color convert

RGB 162 112 209 -
CMYK 0.22 0.46 0 0.18
HSL 270.93º 0.51% 0.63% -
HSV(B) 270.93º 0.46% 0.82% -
XYZ 32.2 23.87 63.23 -
YUV 138.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 162 112 209 0.22 0.46 0 0.18 270.93 0.51 0.63
Hex A2 70 D1 16 2E 0 12 10F 33 3F
Octal 242 160 321 26 56 0 22 417 63 77
Binary 10100010 1110000 11010001 10110 101110 0 10010 100001111 110011 111111

Color Harmonies of #A270D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270D1

Black with #A270D1

Text Example


Text Example

White with #A270D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270D1; }

 p { color: rgb(162,112,209); }

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

background-color css

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

 a { background-color: rgb(162,112,209); }

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

border-color css

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

 span { border-color: rgb(162,112,209); }

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