Html Css Color HEX #A071D2 Amethyst

📋 copy color: '#A071D2'

red 160 ◦ green 113 ◦ blue 210

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

Shades of Amethyst #A071D2

Tints of Amethyst #A071D2

RGB

 RED value IS 160 (62.89% from 255) = 33.13%

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

 BLUE value IS 210 (82.42% from 255) = 43.48%

R = 33.13%
G = 23.4%
B = 43.48%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A071D2 (or 0xA071D2) is known color: Amethyst. HEX triplet: A0, 71 and D2. RGB value is (160,113,210). Sum of RGB (Red+Green+Blue) = 160+113+210=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #A071D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071D2 is #5F8E2D. Grayscale: #898989. Windows color (decimal): -6262318 or 13791648. OLE color: 13791648.

HSL color Cylindrical-coordinate representation of color #A071D2: hue angle of 269.07º degrees, saturation: 0.52, 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 #A071D2 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 113 210 -
CMYK 0.24 0.46 0 0.18
HSL 269.07º 0.52% 0.63% -
HSV(B) 269.07º 0.46% 0.82% -
XYZ 32.04 23.94 63.9 -
YUV 138.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 160 113 210 0.24 0.46 0 0.18 269.07 0.52 0.63
Hex A0 71 D2 18 2E 0 12 10D 34 3F
Octal 240 161 322 30 56 0 22 415 64 77
Binary 10100000 1110001 11010010 11000 101110 0 10010 100001101 110100 111111

Color Harmonies of #A071D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071D2

Black with #A071D2

Text Example


Text Example

White with #A071D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071D2; }

 p { color: rgb(160,113,210); }

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

background-color css

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

 a { background-color: rgb(160,113,210); }

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

border-color css

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

 span { border-color: rgb(160,113,210); }

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