Html Css Color HEX #A34FED Amethyst

📋 copy color: '#A34FED'

red 163 ◦ green 79 ◦ blue 237

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

Shades of Amethyst #A34FED

Tints of Amethyst #A34FED

RGB

 RED value IS 163 (64.06% from 255) = 34.03%

 GREEN value IS 79 (31.25% from 255) = 16.49%

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

R = 34.03%
G = 16.49%
B = 49.48%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A34FED (or 0xA34FED) is known color: Amethyst. HEX triplet: A3, 4F and ED. RGB value is (163,79,237). Sum of RGB (Red+Green+Blue) = 163+79+237=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #A34FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FED is #5CB012. Grayscale: #797979. Windows color (decimal): -6074387 or 15552419. OLE color: 15552419.

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

Color convert

RGB 163 79 237 -
CMYK 0.31 0.67 0 0.07
HSL 271.9º 0.81% 0.62% -
HSV(B) 271.9º 0.67% 0.93% -
XYZ 33.19 19.49 82.13 -
YUV 122.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 163 79 237 0.31 0.67 0 0.07 271.9 0.81 0.62
Hex A3 4F ED 1F 43 0 7 110 51 3E
Octal 243 117 355 37 103 0 7 420 121 76
Binary 10100011 1001111 11101101 11111 1000011 0 111 100010000 1010001 111110

Color Harmonies of #A34FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FED

Black with #A34FED

Text Example


Text Example

White with #A34FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FED; }

 p { color: rgb(163,79,237); }

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

background-color css

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

 a { background-color: rgb(163,79,237); }

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

border-color css

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

 span { border-color: rgb(163,79,237); }

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