Html Css Color HEX #A75CE1 Amethyst

📋 copy color: '#A75CE1'

red 167 ◦ green 92 ◦ blue 225

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

Shades of Amethyst #A75CE1

Tints of Amethyst #A75CE1

RGB

 RED value IS 167 (65.63% from 255) = 34.5%

 GREEN value IS 92 (36.33% from 255) = 19.01%

 BLUE value IS 225 (88.28% from 255) = 46.49%

R = 34.5%
G = 19.01%
B = 46.49%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A75CE1 (or 0xA75CE1) is known color: Amethyst. HEX triplet: A7, 5C and E1. RGB value is (167,92,225). Sum of RGB (Red+Green+Blue) = 167+92+225=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #A75CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CE1 is #58A31E. Grayscale: #818181. Windows color (decimal): -5808927 or 14769319. OLE color: 14769319.

HSL color Cylindrical-coordinate representation of color #A75CE1: hue angle of 273.83º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75CE1 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 92 225 -
CMYK 0.26 0.59 0 0.12
HSL 273.83º 0.69% 0.62% -
HSV(B) 273.83º 0.59% 0.88% -
XYZ 33.35 21.31 73.59 -
YUV 129.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 167 92 225 0.26 0.59 0 0.12 273.83 0.69 0.62
Hex A7 5C E1 1A 3B 0 C 112 45 3E
Octal 247 134 341 32 73 0 14 422 105 76
Binary 10100111 1011100 11100001 11010 111011 0 1100 100010010 1000101 111110

Color Harmonies of #A75CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CE1

Black with #A75CE1

Text Example


Text Example

White with #A75CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CE1; }

 p { color: rgb(167,92,225); }

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

background-color css

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

 a { background-color: rgb(167,92,225); }

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

border-color css

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

 span { border-color: rgb(167,92,225); }

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