Html Css Color HEX #A575CE Amethyst

📋 copy color: '#A575CE'

red 165 ◦ green 117 ◦ blue 206

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

Shades of Amethyst #A575CE

Tints of Amethyst #A575CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 33.81%
G = 23.98%
B = 42.21%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A575CE (or 0xA575CE) is known color: Amethyst. HEX triplet: A5, 75 and CE. RGB value is (165,117,206). Sum of RGB (Red+Green+Blue) = 165+117+206=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A575CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575CE is #5A8A31. Grayscale: #8D8D8D. Windows color (decimal): -5933618 or 13530533. OLE color: 13530533.

HSL color Cylindrical-coordinate representation of color #A575CE: hue angle of 272.36º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A575CE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 117 206 -
CMYK 0.20 0.43 0 0.19
HSL 272.36º 0.48% 0.63% -
HSV(B) 272.36º 0.43% 0.81% -
XYZ 33.02 25.18 61.51 -
YUV 141.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 165 117 206 0.20 0.43 0 0.19 272.36 0.48 0.63
Hex A5 75 CE 14 2B 0 13 110 30 3F
Octal 245 165 316 24 53 0 23 420 60 77
Binary 10100101 1110101 11001110 10100 101011 0 10011 100010000 110000 111111

Color Harmonies of #A575CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575CE

Black with #A575CE

Text Example


Text Example

White with #A575CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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