Html Css Color HEX #A575D0 Amethyst

📋 copy color: '#A575D0'

red 165 ◦ green 117 ◦ blue 208

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

Shades of Amethyst #A575D0

Tints of Amethyst #A575D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 33.67%
G = 23.88%
B = 42.45%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A575D0 (or 0xA575D0) is known color: Amethyst. HEX triplet: A5, 75 and D0. RGB value is (165,117,208). Sum of RGB (Red+Green+Blue) = 165+117+208=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #A575D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575D0 is #5A8A2F. Grayscale: #8D8D8D. Windows color (decimal): -5933616 or 13661605. OLE color: 13661605.

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

Color convert

RGB 165 117 208 -
CMYK 0.21 0.44 0 0.18
HSL 271.65º 0.49% 0.64% -
HSV(B) 271.65º 0.44% 0.82% -
XYZ 33.26 25.28 62.8 -
YUV 141.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 165 117 208 0.21 0.44 0 0.18 271.65 0.49 0.64
Hex A5 75 D0 15 2C 0 12 110 31 40
Octal 245 165 320 25 54 0 22 420 61 100
Binary 10100101 1110101 11010000 10101 101100 0 10010 100010000 110001 1000000

Color Harmonies of #A575D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575D0

Black with #A575D0

Text Example


Text Example

White with #A575D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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