Html Css Color HEX #A34FE4 Amethyst

📋 copy color: '#A34FE4'

red 163 ◦ green 79 ◦ blue 228

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

Shades of Amethyst #A34FE4

Tints of Amethyst #A34FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 34.68%
G = 16.81%
B = 48.51%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A34FE4 (or 0xA34FE4) is known color: Amethyst. HEX triplet: A3, 4F and E4. RGB value is (163,79,228). Sum of RGB (Red+Green+Blue) = 163+79+228=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #A34FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FE4 is #5CB01B. Grayscale: #787878. Windows color (decimal): -6074396 or 14962595. OLE color: 14962595.

HSL color Cylindrical-coordinate representation of color #A34FE4: hue angle of 273.83º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34FE4 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 79 228 -
CMYK 0.29 0.65 0 0.11
HSL 273.83º 0.73% 0.6% -
HSV(B) 273.83º 0.65% 0.89% -
XYZ 31.9 18.98 75.38 -
YUV 121.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 163 79 228 0.29 0.65 0 0.11 273.83 0.73 0.6
Hex A3 4F E4 1D 41 0 B 112 49 3C
Octal 243 117 344 35 101 0 13 422 111 74
Binary 10100011 1001111 11100100 11101 1000001 0 1011 100010010 1001001 111100

Color Harmonies of #A34FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FE4

Black with #A34FE4

Text Example


Text Example

White with #A34FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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