Html Css Color HEX #A575CF Amethyst

📋 copy color: '#A575CF'

red 165 ◦ green 117 ◦ blue 207

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

Shades of Amethyst #A575CF

Tints of Amethyst #A575CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 33.74%
G = 23.93%
B = 42.33%

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

#A575CF (or 0xA575CF) is known color: Amethyst. HEX triplet: A5, 75 and CF. RGB value is (165,117,207). Sum of RGB (Red+Green+Blue) = 165+117+207=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #A575CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575CF is #5A8A30. Grayscale: #8D8D8D. Windows color (decimal): -5933617 or 13596069. OLE color: 13596069.

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

Color convert

RGB 165 117 207 -
CMYK 0.20 0.43 0 0.19
HSL 272º 0.48% 0.64% -
HSV(B) 272º 0.43% 0.81% -
XYZ 33.14 25.23 62.15 -
YUV 141.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 165 117 207 0.20 0.43 0 0.19 272 0.48 0.64
Hex A5 75 CF 14 2B 0 13 110 30 40
Octal 245 165 317 24 53 0 23 420 60 100
Binary 10100101 1110101 11001111 10100 101011 0 10011 100010000 110000 1000000

Color Harmonies of #A575CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575CF

Black with #A575CF

Text Example


Text Example

White with #A575CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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