Html Css Color HEX #A575CA Amethyst

📋 copy color: '#A575CA'

red 165 ◦ green 117 ◦ blue 202

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

Shades of Amethyst #A575CA

Tints of Amethyst #A575CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

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

R = 34.09%
G = 24.17%
B = 41.74%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A575CA (or 0xA575CA) is known color: Amethyst. HEX triplet: A5, 75 and CA. RGB value is (165,117,202). Sum of RGB (Red+Green+Blue) = 165+117+202=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #A575CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575CA is #5A8A35. Grayscale: #8C8C8C. Windows color (decimal): -5933622 or 13268389. OLE color: 13268389.

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

Color convert

RGB 165 117 202 -
CMYK 0.18 0.42 0 0.21
HSL 273.88º 0.45% 0.63% -
HSV(B) 273.88º 0.42% 0.79% -
XYZ 32.54 24.99 58.98 -
YUV 141.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 165 117 202 0.18 0.42 0 0.21 273.88 0.45 0.63
Hex A5 75 CA 12 2A 0 15 112 2D 3F
Octal 245 165 312 22 52 0 25 422 55 77
Binary 10100101 1110101 11001010 10010 101010 0 10101 100010010 101101 111111

Color Harmonies of #A575CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575CA

Black with #A575CA

Text Example


Text Example

White with #A575CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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