Html Css Color HEX #A571C4 Amethyst

📋 copy color: '#A571C4'

red 165 ◦ green 113 ◦ blue 196

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

Shades of Amethyst #A571C4

Tints of Amethyst #A571C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 34.81%
G = 23.84%
B = 41.35%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A571C4 (or 0xA571C4) is known color: Amethyst. HEX triplet: A5, 71 and C4. RGB value is (165,113,196). Sum of RGB (Red+Green+Blue) = 165+113+196=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #A571C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571C4 is #5A8E3B. Grayscale: #898989. Windows color (decimal): -5934652 or 12874149. OLE color: 12874149.

HSL color Cylindrical-coordinate representation of color #A571C4: hue angle of 277.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A571C4 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 113 196 -
CMYK 0.16 0.42 0 0.23
HSL 277.59º 0.41% 0.61% -
HSV(B) 277.59º 0.42% 0.77% -
XYZ 31.39 23.8 55.16 -
YUV 138.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 165 113 196 0.16 0.42 0 0.23 277.59 0.41 0.61
Hex A5 71 C4 10 2A 0 17 116 29 3D
Octal 245 161 304 20 52 0 27 426 51 75
Binary 10100101 1110001 11000100 10000 101010 0 10111 100010110 101001 111101

Color Harmonies of #A571C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571C4

Black with #A571C4

Text Example


Text Example

White with #A571C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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