Html Css Color HEX #A575C4 Amethyst

📋 copy color: '#A575C4'

red 165 ◦ green 117 ◦ blue 196

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

Shades of Amethyst #A575C4

Tints of Amethyst #A575C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41%

R = 34.52%
G = 24.48%
B = 41%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A575C4 (or 0xA575C4) is known color: Amethyst. HEX triplet: A5, 75 and C4. RGB value is (165,117,196). Sum of RGB (Red+Green+Blue) = 165+117+196=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #A575C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575C4 is #5A8A3B. Grayscale: #8C8C8C. Windows color (decimal): -5933628 or 12875173. OLE color: 12875173.

HSL color Cylindrical-coordinate representation of color #A575C4: hue angle of 276.46º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A575C4 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 117 196 -
CMYK 0.16 0.40 0 0.23
HSL 276.46º 0.4% 0.61% -
HSV(B) 276.46º 0.4% 0.77% -
XYZ 31.84 24.71 55.32 -
YUV 140.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 165 117 196 0.16 0.40 0 0.23 276.46 0.4 0.61
Hex A5 75 C4 10 28 0 17 114 28 3D
Octal 245 165 304 20 50 0 27 424 50 75
Binary 10100101 1110101 11000100 10000 101000 0 10111 100010100 101000 111101

Color Harmonies of #A575C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575C4

Black with #A575C4

Text Example


Text Example

White with #A575C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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