Html Css Color HEX #A071D5 Amethyst

📋 copy color: '#A071D5'

red 160 ◦ green 113 ◦ blue 213

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

Shades of Amethyst #A071D5

Tints of Amethyst #A071D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 32.92%
G = 23.25%
B = 43.83%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A071D5 (or 0xA071D5) is known color: Amethyst. HEX triplet: A0, 71 and D5. RGB value is (160,113,213). Sum of RGB (Red+Green+Blue) = 160+113+213=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #A071D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071D5 is #5F8E2A. Grayscale: #8A8A8A. Windows color (decimal): -6262315 or 13988256. OLE color: 13988256.

HSL color Cylindrical-coordinate representation of color #A071D5: hue angle of 268.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A071D5 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 113 213 -
CMYK 0.25 0.47 0 0.16
HSL 268.2º 0.54% 0.64% -
HSV(B) 268.2º 0.47% 0.84% -
XYZ 32.41 24.09 65.89 -
YUV 138.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 160 113 213 0.25 0.47 0 0.16 268.2 0.54 0.64
Hex A0 71 D5 19 2F 0 10 10C 36 40
Octal 240 161 325 31 57 0 20 414 66 100
Binary 10100000 1110001 11010101 11001 101111 0 10000 100001100 110110 1000000

Color Harmonies of #A071D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071D5

Black with #A071D5

Text Example


Text Example

White with #A071D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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