Html Css Color HEX #A571D4 Amethyst

📋 copy color: '#A571D4'

red 165 ◦ green 113 ◦ blue 212

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

Shades of Amethyst #A571D4

Tints of Amethyst #A571D4

RGB

 RED value IS 165 (64.84% from 255) = 33.67%

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

 BLUE value IS 212 (83.2% from 255) = 43.27%

R = 33.67%
G = 23.06%
B = 43.27%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A571D4 (or 0xA571D4) is known color: Amethyst. HEX triplet: A5, 71 and D4. RGB value is (165,113,212). Sum of RGB (Red+Green+Blue) = 165+113+212=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #A571D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571D4 is #5A8E2B. Grayscale: #8B8B8B. Windows color (decimal): -5934636 or 13922725. OLE color: 13922725.

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

Color convert

RGB 165 113 212 -
CMYK 0.22 0.47 0 0.17
HSL 271.52º 0.54% 0.64% -
HSV(B) 271.52º 0.47% 0.83% -
XYZ 33.31 24.56 65.27 -
YUV 139.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 165 113 212 0.22 0.47 0 0.17 271.52 0.54 0.64
Hex A5 71 D4 16 2F 0 11 110 36 40
Octal 245 161 324 26 57 0 21 420 66 100
Binary 10100101 1110001 11010100 10110 101111 0 10001 100010000 110110 1000000

Color Harmonies of #A571D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571D4

Black with #A571D4

Text Example


Text Example

White with #A571D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571D4; }

 p { color: rgb(165,113,212); }

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

background-color css

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

 a { background-color: rgb(165,113,212); }

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

border-color css

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

 span { border-color: rgb(165,113,212); }

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