Html Css Color HEX #A758E8 Amethyst

📋 copy color: '#A758E8'

red 167 ◦ green 88 ◦ blue 232

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

Shades of Amethyst #A758E8

Tints of Amethyst #A758E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.64%

R = 34.29%
G = 18.07%
B = 47.64%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A758E8 (or 0xA758E8) is known color: Amethyst. HEX triplet: A7, 58 and E8. RGB value is (167,88,232). Sum of RGB (Red+Green+Blue) = 167+88+232=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #A758E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758E8 is #58A717. Grayscale: #7F7F7F. Windows color (decimal): -5809944 or 15227047. OLE color: 15227047.

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

Color convert

RGB 167 88 232 -
CMYK 0.28 0.62 0 0.09
HSL 272.92º 0.76% 0.63% -
HSV(B) 272.92º 0.62% 0.91% -
XYZ 33.99 21.02 78.61 -
YUV 128.04 186.67 155.79 -
System Red Green Blue C M Y K H S L
Decimal 167 88 232 0.28 0.62 0 0.09 272.92 0.76 0.63
Hex A7 58 E8 1C 3E 0 9 111 4C 3F
Octal 247 130 350 34 76 0 11 421 114 77
Binary 10100111 1011000 11101000 11100 111110 0 1001 100010001 1001100 111111

Color Harmonies of #A758E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758E8

Black with #A758E8

Text Example


Text Example

White with #A758E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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