Html Css Color HEX #A34FEF Amethyst

📋 copy color: '#A34FEF'

red 163 ◦ green 79 ◦ blue 239

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

Shades of Amethyst #A34FEF

Tints of Amethyst #A34FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 33.89%
G = 16.42%
B = 49.69%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A34FEF (or 0xA34FEF) is known color: Amethyst. HEX triplet: A3, 4F and EF. RGB value is (163,79,239). Sum of RGB (Red+Green+Blue) = 163+79+239=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #A34FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FEF is #5CB010. Grayscale: #797979. Windows color (decimal): -6074385 or 15683491. OLE color: 15683491.

HSL color Cylindrical-coordinate representation of color #A34FEF: hue angle of 271.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34FEF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 79 239 -
CMYK 0.32 0.67 0 0.06
HSL 271.5º 0.83% 0.62% -
HSV(B) 271.5º 0.67% 0.94% -
XYZ 33.48 19.61 83.68 -
YUV 122.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 163 79 239 0.32 0.67 0 0.06 271.5 0.83 0.62
Hex A3 4F EF 20 43 0 6 110 53 3E
Octal 243 117 357 40 103 0 6 420 123 76
Binary 10100011 1001111 11101111 100000 1000011 0 110 100010000 1010011 111110

Color Harmonies of #A34FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FEF

Black with #A34FEF

Text Example


Text Example

White with #A34FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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