Html Css Color HEX #A758ED Amethyst

📋 copy color: '#A758ED'

red 167 ◦ green 88 ◦ blue 237

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

Shades of Amethyst #A758ED

Tints of Amethyst #A758ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 33.94%
G = 17.89%
B = 48.17%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A758ED (or 0xA758ED) is known color: Amethyst. HEX triplet: A7, 58 and ED. RGB value is (167,88,237). Sum of RGB (Red+Green+Blue) = 167+88+237=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #A758ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A758ED is #58A712. Grayscale: #808080. Windows color (decimal): -5809939 or 15554727. OLE color: 15554727.

HSL color Cylindrical-coordinate representation of color #A758ED: hue angle of 271.81º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A758ED is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 88 237 -
CMYK 0.30 0.63 0 0.07
HSL 271.81º 0.81% 0.64% -
HSV(B) 271.81º 0.63% 0.93% -
XYZ 34.71 21.31 82.4 -
YUV 128.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 167 88 237 0.30 0.63 0 0.07 271.81 0.81 0.64
Hex A7 58 ED 1E 3F 0 7 110 51 40
Octal 247 130 355 36 77 0 7 420 121 100
Binary 10100111 1011000 11101101 11110 111111 0 111 100010000 1010001 1000000

Color Harmonies of #A758ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758ED

Black with #A758ED

Text Example


Text Example

White with #A758ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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