Html Css Color HEX #A575C8 Amethyst

📋 copy color: '#A575C8'

red 165 ◦ green 117 ◦ blue 200

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

Shades of Amethyst #A575C8

Tints of Amethyst #A575C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 34.23%
G = 24.27%
B = 41.49%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A575C8 (or 0xA575C8) is known color: Amethyst. HEX triplet: A5, 75 and C8. RGB value is (165,117,200). Sum of RGB (Red+Green+Blue) = 165+117+200=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #A575C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575C8 is #5A8A37. Grayscale: #8C8C8C. Windows color (decimal): -5933624 or 13137317. OLE color: 13137317.

HSL color Cylindrical-coordinate representation of color #A575C8: hue angle of 274.7º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A575C8 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 117 200 -
CMYK 0.18 0.42 0 0.22
HSL 274.7º 0.43% 0.62% -
HSV(B) 274.7º 0.42% 0.78% -
XYZ 32.3 24.89 57.75 -
YUV 140.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 165 117 200 0.18 0.42 0 0.22 274.7 0.43 0.62
Hex A5 75 C8 12 2A 0 16 113 2B 3E
Octal 245 165 310 22 52 0 26 423 53 76
Binary 10100101 1110101 11001000 10010 101010 0 10110 100010011 101011 111110

Color Harmonies of #A575C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575C8

Black with #A575C8

Text Example


Text Example

White with #A575C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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