Html Css Color HEX #A75FE9 Amethyst

📋 copy color: '#A75FE9'

red 167 ◦ green 95 ◦ blue 233

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

Shades of Amethyst #A75FE9

Tints of Amethyst #A75FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 33.74%
G = 19.19%
B = 47.07%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A75FE9 (or 0xA75FE9) is known color: Amethyst. HEX triplet: A7, 5F and E9. RGB value is (167,95,233). Sum of RGB (Red+Green+Blue) = 167+95+233=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #A75FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75FE9 is #58A016. Grayscale: #838383. Windows color (decimal): -5808151 or 15294375. OLE color: 15294375.

HSL color Cylindrical-coordinate representation of color #A75FE9: hue angle of 271.3º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75FE9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 95 233 -
CMYK 0.28 0.59 0 0.09
HSL 271.3º 0.76% 0.64% -
HSV(B) 271.3º 0.59% 0.91% -
XYZ 34.74 22.28 79.56 -
YUV 132.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 167 95 233 0.28 0.59 0 0.09 271.3 0.76 0.64
Hex A7 5F E9 1C 3B 0 9 10F 4C 40
Octal 247 137 351 34 73 0 11 417 114 100
Binary 10100111 1011111 11101001 11100 111011 0 1001 100001111 1001100 1000000

Color Harmonies of #A75FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75FE9

Black with #A75FE9

Text Example


Text Example

White with #A75FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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