Html Css Color HEX #A758DA Amethyst

📋 copy color: '#A758DA'

red 167 ◦ green 88 ◦ blue 218

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

Shades of Amethyst #A758DA

Tints of Amethyst #A758DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 35.31%
G = 18.6%
B = 46.09%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A758DA (or 0xA758DA) is known color: Amethyst. HEX triplet: A7, 58 and DA. RGB value is (167,88,218). Sum of RGB (Red+Green+Blue) = 167+88+218=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #A758DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758DA is #58A725. Grayscale: #7E7E7E. Windows color (decimal): -5809958 or 14309543. OLE color: 14309543.

HSL color Cylindrical-coordinate representation of color #A758DA: hue angle of 276.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A758DA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 88 218 -
CMYK 0.23 0.60 0 0.15
HSL 276.46º 0.64% 0.6% -
HSV(B) 276.46º 0.6% 0.85% -
XYZ 32.08 20.26 68.55 -
YUV 126.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 167 88 218 0.23 0.60 0 0.15 276.46 0.64 0.6
Hex A7 58 DA 17 3C 0 F 114 40 3C
Octal 247 130 332 27 74 0 17 424 100 74
Binary 10100111 1011000 11011010 10111 111100 0 1111 100010100 1000000 111100

Color Harmonies of #A758DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758DA

Black with #A758DA

Text Example


Text Example

White with #A758DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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