Html Css Color HEX #A75EDE Amethyst

📋 copy color: '#A75EDE'

red 167 ◦ green 94 ◦ blue 222

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

Shades of Amethyst #A75EDE

Tints of Amethyst #A75EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 34.58%
G = 19.46%
B = 45.96%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A75EDE (or 0xA75EDE) is known color: Amethyst. HEX triplet: A7, 5E and DE. RGB value is (167,94,222). Sum of RGB (Red+Green+Blue) = 167+94+222=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #A75EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EDE is #58A121. Grayscale: #818181. Windows color (decimal): -5808418 or 14573223. OLE color: 14573223.

HSL color Cylindrical-coordinate representation of color #A75EDE: hue angle of 274.22º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75EDE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 94 222 -
CMYK 0.25 0.58 0 0.13
HSL 274.22º 0.66% 0.62% -
HSV(B) 274.22º 0.58% 0.87% -
XYZ 33.12 21.49 71.51 -
YUV 130.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 167 94 222 0.25 0.58 0 0.13 274.22 0.66 0.62
Hex A7 5E DE 19 3A 0 D 112 42 3E
Octal 247 136 336 31 72 0 15 422 102 76
Binary 10100111 1011110 11011110 11001 111010 0 1101 100010010 1000010 111110

Color Harmonies of #A75EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EDE

Black with #A75EDE

Text Example


Text Example

White with #A75EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EDE; }

 p { color: rgb(167,94,222); }

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

background-color css

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

 a { background-color: rgb(167,94,222); }

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

border-color css

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

 span { border-color: rgb(167,94,222); }

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