Html Css Color HEX #A575D4 Amethyst

📋 copy color: '#A575D4'

red 165 ◦ green 117 ◦ blue 212

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

Shades of Amethyst #A575D4

Tints of Amethyst #A575D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.91%

R = 33.4%
G = 23.68%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A575D4 (or 0xA575D4) is known color: Amethyst. HEX triplet: A5, 75 and D4. RGB value is (165,117,212). Sum of RGB (Red+Green+Blue) = 165+117+212=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #A575D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575D4 is #5A8A2B. Grayscale: #8D8D8D. Windows color (decimal): -5933612 or 13923749. OLE color: 13923749.

HSL color Cylindrical-coordinate representation of color #A575D4: hue angle of 270.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A575D4 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 117 212 -
CMYK 0.22 0.45 0 0.17
HSL 270.32º 0.52% 0.65% -
HSV(B) 270.32º 0.45% 0.83% -
XYZ 33.76 25.48 65.43 -
YUV 142.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 165 117 212 0.22 0.45 0 0.17 270.32 0.52 0.65
Hex A5 75 D4 16 2D 0 11 10E 34 41
Octal 245 165 324 26 55 0 21 416 64 101
Binary 10100101 1110101 11010100 10110 101101 0 10001 100001110 110100 1000001

Color Harmonies of #A575D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575D4

Black with #A575D4

Text Example


Text Example

White with #A575D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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