Html Css Color HEX #A571CA Amethyst

📋 copy color: '#A571CA'

red 165 ◦ green 113 ◦ blue 202

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

Shades of Amethyst #A571CA

Tints of Amethyst #A571CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 34.38%
G = 23.54%
B = 42.08%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A571CA (or 0xA571CA) is known color: Amethyst. HEX triplet: A5, 71 and CA. RGB value is (165,113,202). Sum of RGB (Red+Green+Blue) = 165+113+202=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #A571CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571CA is #5A8E35. Grayscale: #8A8A8A. Windows color (decimal): -5934646 or 13267365. OLE color: 13267365.

HSL color Cylindrical-coordinate representation of color #A571CA: hue angle of 275.06º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A571CA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 113 202 -
CMYK 0.18 0.44 0 0.21
HSL 275.06º 0.46% 0.62% -
HSV(B) 275.06º 0.44% 0.79% -
XYZ 32.08 24.07 58.83 -
YUV 138.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 165 113 202 0.18 0.44 0 0.21 275.06 0.46 0.62
Hex A5 71 CA 12 2C 0 15 113 2E 3E
Octal 245 161 312 22 54 0 25 423 56 76
Binary 10100101 1110001 11001010 10010 101100 0 10101 100010011 101110 111110

Color Harmonies of #A571CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571CA

Black with #A571CA

Text Example


Text Example

White with #A571CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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