Html Css Color HEX #A758E4 Amethyst

📋 copy color: '#A758E4'

red 167 ◦ green 88 ◦ blue 228

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

Shades of Amethyst #A758E4

Tints of Amethyst #A758E4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

 BLUE value IS 228 (89.45% from 255) = 47.2%

R = 34.58%
G = 18.22%
B = 47.2%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A758E4 (or 0xA758E4) is known color: Amethyst. HEX triplet: A7, 58 and E4. RGB value is (167,88,228). Sum of RGB (Red+Green+Blue) = 167+88+228=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #A758E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758E4 is #58A71B. Grayscale: #7F7F7F. Windows color (decimal): -5809948 or 14964903. OLE color: 14964903.

HSL color Cylindrical-coordinate representation of color #A758E4: hue angle of 273.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A758E4 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 88 228 -
CMYK 0.27 0.61 0 0.11
HSL 273.86º 0.72% 0.62% -
HSV(B) 273.86º 0.61% 0.89% -
XYZ 33.43 20.8 75.65 -
YUV 127.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 167 88 228 0.27 0.61 0 0.11 273.86 0.72 0.62
Hex A7 58 E4 1B 3D 0 B 112 48 3E
Octal 247 130 344 33 75 0 13 422 110 76
Binary 10100111 1011000 11100100 11011 111101 0 1011 100010010 1001000 111110

Color Harmonies of #A758E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758E4

Black with #A758E4

Text Example


Text Example

White with #A758E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758E4; }

 p { color: rgb(167,88,228); }

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

background-color css

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

 a { background-color: rgb(167,88,228); }

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

border-color css

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

 span { border-color: rgb(167,88,228); }

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