Html Css Color HEX #A34FEB Amethyst

📋 copy color: '#A34FEB'

red 163 ◦ green 79 ◦ blue 235

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

Shades of Amethyst #A34FEB

Tints of Amethyst #A34FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 34.17%
G = 16.56%
B = 49.27%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A34FEB (or 0xA34FEB) is known color: Amethyst. HEX triplet: A3, 4F and EB. RGB value is (163,79,235). Sum of RGB (Red+Green+Blue) = 163+79+235=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #A34FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FEB is #5CB014. Grayscale: #797979. Windows color (decimal): -6074389 or 15421347. OLE color: 15421347.

HSL color Cylindrical-coordinate representation of color #A34FEB: hue angle of 272.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34FEB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 79 235 -
CMYK 0.31 0.66 0 0.08
HSL 272.31º 0.8% 0.62% -
HSV(B) 272.31º 0.66% 0.92% -
XYZ 32.9 19.38 80.6 -
YUV 121.9 191.83 157.32 -
System Red Green Blue C M Y K H S L
Decimal 163 79 235 0.31 0.66 0 0.08 272.31 0.8 0.62
Hex A3 4F EB 1F 42 0 8 110 50 3E
Octal 243 117 353 37 102 0 10 420 120 76
Binary 10100011 1001111 11101011 11111 1000010 0 1000 100010000 1010000 111110

Color Harmonies of #A34FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FEB

Black with #A34FEB

Text Example


Text Example

White with #A34FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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