Html Css Color HEX #A75FE5 Amethyst

📋 copy color: '#A75FE5'

red 167 ◦ green 95 ◦ blue 229

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

Shades of Amethyst #A75FE5

Tints of Amethyst #A75FE5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.35%

 BLUE value IS 229 (89.84% from 255) = 46.64%

R = 34.01%
G = 19.35%
B = 46.64%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A75FE5 (or 0xA75FE5) is known color: Amethyst. HEX triplet: A7, 5F and E5. RGB value is (167,95,229). Sum of RGB (Red+Green+Blue) = 167+95+229=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #A75FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FE5 is #58A01A. Grayscale: #838383. Windows color (decimal): -5808155 or 15032231. OLE color: 15032231.

HSL color Cylindrical-coordinate representation of color #A75FE5: hue angle of 272.24º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75FE5 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 95 229 -
CMYK 0.27 0.59 0 0.10
HSL 272.24º 0.72% 0.64% -
HSV(B) 272.24º 0.59% 0.9% -
XYZ 34.17 22.06 76.59 -
YUV 131.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 167 95 229 0.27 0.59 0 0.10 272.24 0.72 0.64
Hex A7 5F E5 1B 3B 0 A 110 48 40
Octal 247 137 345 33 73 0 12 420 110 100
Binary 10100111 1011111 11100101 11011 111011 0 1010 100010000 1001000 1000000

Color Harmonies of #A75FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75FE5

Black with #A75FE5

Text Example


Text Example

White with #A75FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75FE5; }

 p { color: rgb(167,95,229); }

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

background-color css

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

 a { background-color: rgb(167,95,229); }

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

border-color css

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

 span { border-color: rgb(167,95,229); }

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