Html Css Color HEX #A758DE Amethyst

📋 copy color: '#A758DE'

red 167 ◦ green 88 ◦ blue 222

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

Shades of Amethyst #A758DE

Tints of Amethyst #A758DE

RGB

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

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

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

R = 35.01%
G = 18.45%
B = 46.54%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A758DE (or 0xA758DE) is known color: Amethyst. HEX triplet: A7, 58 and DE. RGB value is (167,88,222). Sum of RGB (Red+Green+Blue) = 167+88+222=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #A758DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758DE is #58A721. Grayscale: #7E7E7E. Windows color (decimal): -5809954 or 14571687. OLE color: 14571687.

HSL color Cylindrical-coordinate representation of color #A758DE: hue angle of 275.37º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A758DE is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 88 222 -
CMYK 0.25 0.60 0 0.13
HSL 275.37º 0.67% 0.61% -
HSV(B) 275.37º 0.6% 0.87% -
XYZ 32.61 20.47 71.34 -
YUV 126.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 167 88 222 0.25 0.60 0 0.13 275.37 0.67 0.61
Hex A7 58 DE 19 3C 0 D 113 43 3D
Octal 247 130 336 31 74 0 15 423 103 75
Binary 10100111 1011000 11011110 11001 111100 0 1101 100010011 1000011 111101

Color Harmonies of #A758DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758DE

Black with #A758DE

Text Example


Text Example

White with #A758DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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