Html Css Color HEX #A758DF Amethyst

📋 copy color: '#A758DF'

red 167 ◦ green 88 ◦ blue 223

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

Shades of Amethyst #A758DF

Tints of Amethyst #A758DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 34.94%
G = 18.41%
B = 46.65%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A758DF (or 0xA758DF) is known color: Amethyst. HEX triplet: A7, 58 and DF. RGB value is (167,88,223). Sum of RGB (Red+Green+Blue) = 167+88+223=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #A758DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758DF is #58A720. Grayscale: #7E7E7E. Windows color (decimal): -5809953 or 14637223. OLE color: 14637223.

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

Color convert

RGB 167 88 223 -
CMYK 0.25 0.61 0 0.13
HSL 275.11º 0.68% 0.61% -
HSV(B) 275.11º 0.61% 0.87% -
XYZ 32.75 20.52 72.05 -
YUV 127.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 167 88 223 0.25 0.61 0 0.13 275.11 0.68 0.61
Hex A7 58 DF 19 3D 0 D 113 44 3D
Octal 247 130 337 31 75 0 15 423 104 75
Binary 10100111 1011000 11011111 11001 111101 0 1101 100010011 1000100 111101

Color Harmonies of #A758DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758DF

Black with #A758DF

Text Example


Text Example

White with #A758DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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